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