xswag_syntax_java::lex
type Result<T, P> = Result<T, Error<P>>;
Result with a possible LexError
LexError