pub type RefGuard<'a, T> = RwLockReadGuard<'a, T>;
Expand description

A guarded reference suitable for safekeeping in a struct.