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

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

Reader guard for the registry.