pub trait BaseSystemSet: SystemSet { }
Expand description

A marker trait for SystemSet types where is_base returns true. This should only be implemented for types that satisfy this requirement. It is automatically implemented for base set types by #[derive(SystemSet)].

Implementors§