Skip to main content

BayerResult

Type Alias BayerResult 

Source
pub type BayerResult<T> = Result<T, BayerError>;

Aliased Type§

pub enum BayerResult<T> {
    Ok(T),
    Err(BayerError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(BayerError)

Contains the error value