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 */ }
pub type ReentrantMutexGuard<'a, G, T> = ReentrantMutexGuard<'a, G, T, true>;
shm
and atomic_usize
only.pub struct ReentrantMutexGuard<'a, G, T> { /* private fields */ }