Trait SendSystem
pub trait SendSystem:
System
+ Send
+ Sync {
// Required method
fn run_send(&mut self, res: &ResourcesSend);
}pub trait SendSystem:
System
+ Send
+ Sync {
// Required method
fn run_send(&mut self, res: &ResourcesSend);
}