RefGuard

Type Alias RefGuard 

Source
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 */ }