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

Reader guard for the registry.