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

pub type Writer<'a, A> = RwLockWriteGuard<'a, Registry<A>>;
Expand description

Writer guard for the registry.