Type Definition abscissa_core::component::registry::Iter

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

Iterator over the components in the registry.