[][src]Type Definition melib::backends::notmuch::bindings::notmuch_query_get_query_string

type notmuch_query_get_query_string = unsafe extern "C" fn(query: *const notmuch_query_t) -> *const c_char;

Return the query_string of this query. See notmuch_query_create.