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