chomp::SimpleResult [] [src]

type SimpleResult<'a, I, T> = ParseResult<'a, I, T, Error<I>>;

Result returned from the basic parsers.