pub trait BoxedActionIter: DoubleEndedIterator<Item = BoxedAction> + Send + Sync + 'static { }
Expand description

Trait alias for a collection of actions.

Implementors