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