pub type NotificaResult<T> = Result<T, NotificaError>;Expand description
Convenience alias used throughout the crate.
Aliased Type§
pub enum NotificaResult<T> {
Ok(T),
Err(NotificaError),
}pub type NotificaResult<T> = Result<T, NotificaError>;Convenience alias used throughout the crate.
pub enum NotificaResult<T> {
Ok(T),
Err(NotificaError),
}