Type Definition abscissa_core::component::registry::Reader

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

Reader guard for the registry.