Searched refs:WithCodedInputStream (Results 1 – 2 of 2) 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
12 use crate::coded_input_stream::WithCodedInputStream;