Skip to main content

AlloyResult

Type Alias AlloyResult 

Source
pub type AlloyResult<T> = MeldResult<T>;

Aliased Type§

pub enum AlloyResult<T> {
    Ok(T),
    Err(MeldError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(MeldError)

Contains the error value