pub trait HelpExecuteManyCommands {
// Required method
fn command(&mut self, ecs: Ecs<'_>) -> DynResult<()>;
}Expand description
A helper trait for EcsEntry::execute_commands.
This helper trait is implemented for tuple of anonymous commands.