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.