pub fn read_singular_proto3_bytes_into(
wire_type: WireType,
is: &mut CodedInputStream<'_>,
target: &mut Vec<u8>,
) -> ProtobufResult<()>Expand description
Read singular bytes field for proto3.
pub fn read_singular_proto3_bytes_into(
wire_type: WireType,
is: &mut CodedInputStream<'_>,
target: &mut Vec<u8>,
) -> ProtobufResult<()>Read singular bytes field for proto3.