pub type LocalMutexGuard<'a, T> = GenericMutexGuard<'a, NoopLock, T>;
Expand description

Aliased Type§

struct LocalMutexGuard<'a, T> { /* private fields */ }