protobuf::rt

Function read_map_into

Source
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.