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

Writer guard for the registry.