Type Definition async_injector::RefReadGuard[][src]

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

The read guard produced by Ref::read.