[][src]Trait protobuf::stream::WithCodedInputStream

pub trait WithCodedInputStream {
    fn with_coded_input_stream<T, F>(self, cb: F) -> ProtobufResult<T>
    where
        F: FnOnce(&mut CodedInputStream) -> ProtobufResult<T>
; }

Required methods

fn with_coded_input_stream<T, F>(self, cb: F) -> ProtobufResult<T> where
    F: FnOnce(&mut CodedInputStream) -> ProtobufResult<T>, 

Loading content...

Implementations on Foreign Types

impl<'a> WithCodedInputStream for &'a mut (dyn Read + 'a)
[src]

impl<'a> WithCodedInputStream for &'a mut (dyn BufRead + 'a)
[src]

impl<'a> WithCodedInputStream for &'a [u8]
[src]

Loading content...

Implementors

Loading content...