pub type SystemConfig = NodeConfig<Box<dyn System<In = (), Out = ()>>>;
Stores configuration for a single system.
pub struct SystemConfig { /* private fields */ }