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

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