pub trait InfallibleSystemFn: Send + Sync {
// Required method
fn run_infallible(&mut self, ctx: SystemContext<'_>);
}pub trait InfallibleSystemFn: Send + Sync {
// Required method
fn run_infallible(&mut self, ctx: SystemContext<'_>);
}