pub type Result<T> = Result<T, EventixError>;Expand description
Result type alias for eventix operations
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(EventixError),
}pub type Result<T> = Result<T, EventixError>;Result type alias for eventix operations
pub enum Result<T> {
Ok(T),
Err(EventixError),
}