Type Alias RefReadGuard

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

The read guard produced by Ref::read.

Aliased Typeยง

pub struct RefReadGuard<'a, T> { /* private fields */ }