[][src]Trait protobuf::stream::WithCodedOutputStream

pub trait WithCodedOutputStream {
    fn with_coded_output_stream<T, F>(self, cb: F) -> ProtobufResult<T>
    where
        F: FnOnce(&mut CodedOutputStream) -> ProtobufResult<T>
; }

Required methods

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

Loading content...

Implementations on Foreign Types

impl<'a> WithCodedOutputStream for &'a mut (dyn Write + 'a)
[src]

impl<'a> WithCodedOutputStream for &'a mut Vec<u8>
[src]

Loading content...

Implementors

Loading content...