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