InternedSystemSet

Type Alias InternedSystemSet 

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

A shorthand for Interned<dyn SystemSet>.

Aliased Type§

pub struct InternedSystemSet(pub &'static dyn SystemSet);

Tuple Fields§

§0: &'static dyn SystemSet