[][src]Type Definition generic_lexer::MatchResult

type MatchResult<T> = Result<T, MatchError>;