Trait chomp::types::U8Input [] [src]

pub trait U8Input: Input<Token = u8> { }

A type alias for an Input with a token type of u8.

Implementors