https://doc.rust-lang.org/nightly/std/sync/struct.SyncView.html
SyncView in std::sync - Rust
`SyncView` provides mutable access, also referred to as exclusive access to the underlying value. However, it only permits immutable, or shared access to the...
stdsyncrust