Type Definition jpar::ParserResult[][src]

type ParserResult<T, Err = ()> = Result<T, ParserResultError<Err>>;

The result of every parser method.