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