Function protobuf::rt::read_repeated_fixed32_into
source · pub fn read_repeated_fixed32_into(
wire_type: WireType,
is: &mut CodedInputStream<'_>,
target: &mut Vec<u32>
) -> ProtobufResult<()>
Expand description
Read repeated fixed32
field into given vec.