[][src]Type Definition async_injector::RefReadGuard

type RefReadGuard<'a, T> = RwLockReadGuard<'a, T>;

The read guard produced by Ref::read.