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