pub unsafe extern "C" fn notmuch_query_get_query_string(
query: *const notmuch_query_t,
) -> *const c_charExpand description
Return the query_string of this query. See notmuch_query_create.
pub unsafe extern "C" fn notmuch_query_get_query_string(
query: *const notmuch_query_t,
) -> *const c_charReturn the query_string of this query. See notmuch_query_create.