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

type notmuch_query_search_threads_st = unsafe extern "C" fn(query: *mut notmuch_query_t, out: *mut *mut notmuch_threads_t) -> notmuch_status_t;

Deprecated alias for notmuch_query_search_threads.

@deprecated Deprecated as of libnotmuch 5 (notmuch 0.25). Please use notmuch_query_search_threads instead.