pub type ReentrantMutex<G, T> = ReentrantMutex<RawMutex, G, T>;
Available on crate feature atomic_usize only.

Aliased Type§

struct ReentrantMutex<G, T> { /* private fields */ }