Expand description
A crate which introduces a type for sharing a mutable reference and mutating the value behind it.
Structsยง
- Shared
MutRef - A type which allows to share a mutable refernce and mutate the value behind it.
- Temp
MutRef - A wrapper around a mutable reference which gives a temporary unique access to borrowed value.