pub type InternedSystemSet = Interned<dyn SystemSet>;
Expand description

A shorthand for Interned<dyn SystemSet>.

Aliased Type§

struct InternedSystemSet(pub &'static dyn SystemSet);

Fields§

§0: &'static dyn SystemSet