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