Expand description

Helper module that wraps some Mutex types with different implementations.

Structs

Provides interior mutability.

The lock you get from Mutex.

Provides interior mutability.

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.