Trait re_viewer::external::re_ui::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)

Implementations on Foreign Types§

source§

impl UICommandSender for CommandSender

source§

fn send_ui(&self, command: UICommand)

Send a command to be executed.

Implementors§