pub fn into_system( name: impl Into<String>, f: impl FnMut(&mut World) + Send + Sync + 'static, ) -> Box<dyn System>
Wraps a closure as a boxed System.
System