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

type notmuch_query_destroy = unsafe extern "C" fn(query: *mut notmuch_query_t);

Destroy a notmuch_query_t along with any associated resources.

This will in turn destroy any notmuch_threads_t and notmuch_messages_t objects generated by this query, (and in turn any notmuch_thread_t and notmuch_message_t objects generated from those results, etc.), if such objects haven't already been destroyed.