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

type IterMut<'a, A> = IterMut<'a, Box<dyn Component<A>>>;

Mutable iterator over the components in the registry.