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