Trait re_viewer_context::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§