[][src]Function protobuf::stream::with_coded_output_stream_to_bytes

pub fn with_coded_output_stream_to_bytes<F>(cb: F) -> ProtobufResult<Vec<u8>> where
    F: FnOnce(&mut CodedOutputStream) -> ProtobufResult<()>,