re_ui::command

Trait UICommandSender

Source
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§