pub type RefGuard<'a, T> = RwLockReadGuard<'a, T>;Expand description
A guarded reference suitable for safekeeping in a struct.
Aliased Typeยง
pub struct RefGuard<'a, T> { /* private fields */ }pub type RefGuard<'a, T> = RwLockReadGuard<'a, T>;A guarded reference suitable for safekeeping in a struct.
pub struct RefGuard<'a, T> { /* private fields */ }