RefGuard

Type Alias RefGuard 

Source
pub type RefGuard<'a, T> = ReadOnlyMutexGuard<'a, T>;

Aliased Typeยง

pub struct RefGuard<'a, T>(/* private fields */);