AmariResult

Type Alias AmariResult 

Source
pub type AmariResult<T> = Result<T, AmariError>;
Expand description

Result type for Amari operations

Aliased Type§

pub enum AmariResult<T> {
    Ok(T),
    Err(AmariError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(AmariError)

Contains the error value