SystemConfig

Type Alias SystemConfig 

Source
pub type SystemConfig = NodeConfig<BoxedSystem>;
Expand description

Stores configuration for a single system.

Aliased Typeยง

pub struct SystemConfig { /* private fields */ }