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

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

Return the sort specified for this query. See notmuch_query_set_sort.