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