Crate multi_mut [−] [src]
Structs
| HashMapMutWrapper | |
| MultiMutIter |
Traits
| HashMapMultiMut |
Endows HashMap with extension methods that help getting multiple mutable references to the values contained in it. Runtime-checking is done to ensure that this is safe: the returned mutable references are guaranteed not to alias. |