[][src]Type Definition generic_lexer::MatcherResult

type MatcherResult<T> = Result<T, String>;

The result returned from a MatcherFn