Type Definition notify::Result

source ·
pub type Result<T> = Result<T, Error>;
Expand description

Type alias to use this library’s Error type in a Result