pub type Result<T> = Result<T, CommyError>;Expand description
Result type for Commy client operations
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(CommyError),
}pub type Result<T> = Result<T, CommyError>;Result type for Commy client operations
pub enum Result<T> {
Ok(T),
Err(CommyError),
}