GritResult

Type Alias GritResult 

Source
pub type GritResult<R> = Result<R, GritPatternError>;

Aliased Type§

pub enum GritResult<R> {
    Ok(R),
    Err(GritPatternError),
}

Variants§

§1.0.0

Ok(R)

Contains the success value

§1.0.0

Err(GritPatternError)

Contains the error value