Function protobuf::rt::write_map_with_cached_sizes
source ยท pub fn write_map_with_cached_sizes<K, V>(
field_number: u32,
map: &HashMap<K::Value, V::Value>,
os: &mut CodedOutputStream<'_>,
) -> ProtobufResult<()>
Expand description
Write map, message sizes must be already known.