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

type notmuch_database_destroy = unsafe extern "C" fn(database: *mut notmuch_database_t) -> notmuch_status_t;

Destroy the notmuch database, closing it if necessary and freeing all associated resources.

Return value as in notmuch_database_close if the database was open; notmuch_database_destroy itself has no failure modes.