pub type LocalMutex<T> = GenericMutex<NoopLock, T>;Expand description
A GenericMutex which is not thread-safe.
Aliased Typeยง
struct LocalMutex<T> { /* private fields */ }pub type LocalMutex<T> = GenericMutex<NoopLock, T>;A GenericMutex which is not thread-safe.
struct LocalMutex<T> { /* private fields */ }