Skip to main content
Module sync_view
core
1.97.0-nightly
(a5c825cd8 2026-04-14)
Module sync_
view
Module Items
Structs
In core::
sync
core
::
sync
Module
sync_
view
Copy item path
Source
Expand description
Defines
SyncView
.
Structs
§
Sync
View
Experimental
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
.