InternedAppLabel

Type Alias InternedAppLabel 

Source
pub type InternedAppLabel = Interned<dyn AppLabel>;
Expand description

A shorthand for Interned<dyn AppLabel>.

Aliased Type§

pub struct InternedAppLabel(pub &'static dyn AppLabel);

Tuple Fields§

§0: &'static dyn AppLabel