[][src]Type Definition yarte_lexer::error::Result

type Result<'a, O, E> = Result<(Cursor<'a>, O), LexError<E>>;