logo
pub type ParseResult<T> = Result<T, ParseError>;
Expand description

Resut type with ParseError has it’s error type.