Searched defs:WithCodedInputStream (Results 1 – 1 of 1) sorted by relevance
708 pub trait WithCodedInputStream { trait714 impl<'a> WithCodedInputStream for &'a mut (dyn Read + 'a) { impl726 impl<'a> WithCodedInputStream for &'a mut (dyn BufRead + 'a) { impl738 impl<'a> WithCodedInputStream for &'a [u8] { impl751 impl<'a> WithCodedInputStream for &'a Bytes { impl