macro_rules! mutable_mapping_pymethods { ($ty:ident, keys_iter: $keys_iter: ident) => { ... }; }
Expand description
Macro that provides mixin methods of collections.abc.MutableMapping to the implementing type.
macro_rules! mutable_mapping_pymethods { ($ty:ident, keys_iter: $keys_iter: ident) => { ... }; }
Macro that provides mixin methods of collections.abc.MutableMapping to the implementing type.