pub type AmariResult<T> = Result<T, AmariError>;Expand description
Result type for Amari operations
Aliased Type§
pub enum AmariResult<T> {
Ok(T),
Err(AmariError),
}pub type AmariResult<T> = Result<T, AmariError>;Result type for Amari operations
pub enum AmariResult<T> {
Ok(T),
Err(AmariError),
}