Type Alias async_injector::RefReadGuard

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

The read guard produced by Ref::read.

Aliased Type§

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