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

type notmuch_query_get_database = unsafe extern "C" fn(query: *const notmuch_query_t) -> *mut notmuch_database_t;

Return the notmuch database of this query. See notmuch_query_create.