pub type ReentrantMutex<G, T> = ReentrantMutex<G, T, false>;
Available on crate feature
atomic_usize
only.Aliased Typeยง
pub struct ReentrantMutex<G, T> { /* private fields */ }
pub type ReentrantMutex<G, T> = ReentrantMutex<G, T, false>;
atomic_usize
only.pub struct ReentrantMutex<G, T> { /* private fields */ }