chomp::U8Result [] [src]

type U8Result<'a, T> = ParseResult<'a, u8, T, Error<u8>>;

Result for dealing with the basic parsers when parsing a stream of u8.