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

type notmuch_tags_destroy = unsafe extern "C" fn(tags: *mut notmuch_tags_t);

Destroy a notmuch_tags_t object.

It's not strictly necessary to call this function. All memory from the notmuch_tags_t object will be reclaimed when the containing message or query objects are destroyed.