logo
pub type IterMut<'a, A> = IterMut<'a, Box<dyn Component<A>>>;
Expand description

Mutable iterator over the components in the registry.