pub fn read_map_into<K, V>(
wire_type: WireType,
is: &mut CodedInputStream<'_>,
target: &mut HashMap<K::Value, V::Value>,
) -> ProtobufResult<()>Expand description
Read map field.
pub fn read_map_into<K, V>(
wire_type: WireType,
is: &mut CodedInputStream<'_>,
target: &mut HashMap<K::Value, V::Value>,
) -> ProtobufResult<()>Read map field.