Searched defs:WithCodedInputStream (Results 1 – 1 of 1) sorted by relevance
735 pub trait WithCodedInputStream { interface741 impl<'a> WithCodedInputStream for &'a mut (dyn Read + 'a) { impl753 impl<'a> WithCodedInputStream for &'a mut (dyn BufRead + 'a) { impl765 impl<'a> WithCodedInputStream for &'a [u8] { impl778 impl<'a> WithCodedInputStream for &'a Bytes { impl