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