Type Alias owning_ref::MutexGuardRef

source ·
pub type MutexGuardRef<'a, T, U = T> = OwningRef<MutexGuard<'a, T>, U>;
Expand description

Typedef of a owning reference that uses a MutexGuard as the owner.

Aliased Type§

struct MutexGuardRef<'a, T, U = T> { /* private fields */ }