Skip to main content

Module sync_view

Module sync_view 

Source
Expand description

Defines SyncView.

Structs§

SyncViewExperimental
SyncView provides mutable access, also referred to as exclusive access to the underlying value. However, it only permits immutable, or shared access to the underlying value when that value is Sync.