Crate shared_mut_ref

Source
Expand description

A crate which introduces a type for sharing a mutable reference and mutating the value behind it.

Structsยง

SharedMutRef
A type which allows to share a mutable refernce and mutate the value behind it.
TempMutRef
A wrapper around a mutable reference which gives a temporary unique access to borrowed value.