Searched defs:CharInput (Results 1 – 1 of 1) sorted by relevance
140 pub struct CharInput<'t>(&'t [u8]); struct142 impl<'t> CharInput<'t> { impl149 impl<'t> ops::Deref for CharInput<'t> { implementation157 impl<'t> Input for CharInput<'t> { implementation