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

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

Iterator over the components in the registry.