pub type GritResult<R> = Result<R, GritPatternError>;Aliased Type§
pub enum GritResult<R> {
Ok(R),
Err(GritPatternError),
}pub type GritResult<R> = Result<R, GritPatternError>;pub enum GritResult<R> {
Ok(R),
Err(GritPatternError),
}