pub type Result<T> = Result<T, AmberError>;
Expand description
Result type for Amber API operations
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(AmberError),
}
pub type Result<T> = Result<T, AmberError>;
Result type for Amber API operations
pub enum Result<T> {
Ok(T),
Err(AmberError),
}