pub trait SystemCommandSender {
// Required method
fn send_system(&self, command: SystemCommand);
}
Expand description
Interface for sending SystemCommand
messages.
pub trait SystemCommandSender {
// Required method
fn send_system(&self, command: SystemCommand);
}
Interface for sending SystemCommand
messages.