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

type notmuch_compact_status_cb_t = Option<unsafe extern "C" fn(message: *const c_char, closure: *mut c_void)>;

A callback invoked by notmuch_database_compact to notify the user of the progress of the compaction process.