Trait protobuf::stream::WithCodedOutputStream
[−]
[src]
pub trait WithCodedOutputStream {
fn with_coded_output_stream<T, F>(self, cb: F) -> ProtobufResult<T> where F: FnOnce(&mut CodedOutputStream) -> ProtobufResult<T>;
}