pub fn trigger_targets( event: impl Event, targets: impl TriggerTargets + Send + Sync + 'static, ) -> impl Command
A Command that sends a Trigger for the given targets.
Command
Trigger