Type Definition abscissa_core::component::registry::IterMut

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

Mutable iterator over the components in the registry.