Type Definition abscissa_core::component::registry::Reader[][src]

pub type Reader<'a, A> = RwLockReadGuard<'a, Registry<A>>;
Expand description

Reader guard for the registry.