pub type InternedCSName<C> = (NonZeroU32, PhantomData<C>);Expand description
A control sequence name that has been interned.
Uses consecutive u32 values
Trait Implementations§
Source§impl<C: Character> CSName<C> for InternedCSName<C>
impl<C: Character> CSName<C> for InternedCSName<C>
Source§type Handler = CSInterner<C>
type Handler = CSInterner<C>
The type of the handler for this control sequence name.
Source§type Map<A> = CSNameVec<C, A>
where
A: Clone
type Map<A> = CSNameVec<C, A> where A: Clone
The type used for mapping control sequence names to e.g.
Commands.