Function protobuf::rt::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.