[go: up one dir, main page]

pub trait UICommandSender {
    // Required method
    fn send_ui(&self, command: UICommand);
}
Expand description

Interface for sending UICommand messages.

Required Methods§

source

fn send_ui(&self, command: UICommand)

Implementors§