Type Definition parking_lot::MutexGuardRef [−][src]
pub type MutexGuardRef<'a, T, U = T> = OwningRef<MutexGuard<'a, T>, U>;Expand description
Typedef of an owning reference that uses a MutexGuard as the owner.
pub type MutexGuardRef<'a, T, U = T> = OwningRef<MutexGuard<'a, T>, U>;Typedef of an owning reference that uses a MutexGuard as the owner.