ReentrantMutexGuard

Type Alias ReentrantMutexGuard 

Source
pub type ReentrantMutexGuard<'a, G, T> = ReentrantMutexGuard<'a, G, T, true>;
Available on crate features shm and atomic_usize only.

Aliased Typeยง

pub struct ReentrantMutexGuard<'a, G, T> { /* private fields */ }