Type Alias SystemSetConfig

Source
pub type SystemSetConfig = NodeConfig<Interned<dyn SystemSet>>;
Expand description

A SystemSet with scheduling metadata.

Aliased Typeยง

struct SystemSetConfig { /* private fields */ }