Type Alias ReentrantMutexGuard

Source
pub type ReentrantMutexGuard<'a, G, T, const SHM: bool> = ReentrantMutexGuard<'a, RawMutex<SHM>, G, T>;
Available on crate feature atomic_usize only.

Aliased Typeยง

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