pub type InternedSystemSet = Interned<dyn SystemSet>;
A shorthand for Interned<dyn SystemSet>.
Interned<dyn SystemSet>
struct InternedSystemSet(pub &'static dyn SystemSet);
0: &'static dyn SystemSet