stepancheg/rust-protobuf

ReflectMapMut map get_mut() api

tardyp opened this issue · 0 comments

tardyp commented

In the current reflection api for map, there is no way to get a mutable reference to a value

You can do map.get() but that returns immutable value.

would it be possible to have get_mut() api?