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

type notmuch_status_to_string = unsafe extern "C" fn(status: notmuch_status_t) -> *const c_char;

Get a string representation of a notmuch_status_t value.

The result is read-only.