Type Definition notify::Result [−][src]
pub type Result<T> = StdResult<T, Error>;
Expand description
Type alias to use this library’s Error
type in a Result
pub type Result<T> = StdResult<T, Error>;
Type alias to use this library’s Error
type in a Result