Type Definition xswag_syntax_java::lex::Result [] [src]

type Result<T, P> = Result<T, Error<P>>;

Result with a possible LexError