pub fn send_event<E>(event: E) -> impl Commandwhere E: Event,
A Command that sends an arbitrary Event.
Command
Event