SystemConfig

Type Alias SystemConfig 

pub type SystemConfig = NodeConfig<Box<dyn System<In = (), Out = ()>>>;
Expand description

Stores configuration for a single system.

Aliased Typeยง

pub struct SystemConfig { /* private fields */ }