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