Home
last modified time | relevance | path

Searched defs:WithCodedInputStream (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/protobuf/src/
Dcoded_input_stream.rs735 pub trait WithCodedInputStream { trait
741 impl<'a> WithCodedInputStream for &'a mut (dyn Read + 'a) { impl
753 impl<'a> WithCodedInputStream for &'a mut (dyn BufRead + 'a) { impl
765 impl<'a> WithCodedInputStream for &'a [u8] { impl
778 impl<'a> WithCodedInputStream for &'a Bytes { impl