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§

§

impl BaseSystemSet for CoreSetwhere CoreSet: 'static + Send + Sync + Clone + Eq + Debug + Hash,

§

impl BaseSystemSet for StartupSetwhere StartupSet: 'static + Send + Sync + Clone + Eq + Debug + Hash,

§

impl BaseSystemSet for AssetSetwhere AssetSet: 'static + Send + Sync + Clone + Eq + Debug + Hash,