Type Alias bayer::BayerResult

source ·
pub type BayerResult<T> = Result<T, BayerError>;

Aliased Type§

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