pub trait UICommandSender { // Required method fn send_ui(&self, command: UICommand); }
Interface for sending UICommand messages.
UICommand