Type Definition abscissa_core::component::registry::Writer

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

Writer guard for the registry.