Expand description
Helper module that wraps some Mutex types with different implementations.
Structs
Type Definitions
An RAII read lock guard returned by
RwLockReadGuard::map
, which can point to a
subfield of the protected data.An RAII write lock guard returned by
RwLockWriteGuard::map
, which can point to a
subfield of the protected data.