Searched defs:CharInput (Results 1 – 1 of 1) sorted by relevance
142 pub struct CharInput<'t>(&'t [u8]); struct144 impl<'t> CharInput<'t> { implementation151 impl<'t> ops::Deref for CharInput<'t> { implementation159 impl<'t> Input for CharInput<'t> { implementation