re_viewer_context::global_context::command_sender

Trait SystemCommandSender

Source
pub trait SystemCommandSender {
    // Required method
    fn send_system(&self, command: SystemCommand);
}
Expand description

Interface for sending SystemCommand messages.

Required Methods§

Source

fn send_system(&self, command: SystemCommand)

Implementors§