Skip to main content

CovenResult

Type Alias CovenResult 

Source
pub type CovenResult<T> = Result<T, CovenError>;

Aliased Type§

pub enum CovenResult<T> {
    Ok(T),
    Err(CovenError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(CovenError)

Contains the error value