Type Alias TextRunIndex

Source
pub type TextRunIndex = Index<TextRunPrimitive>;

Aliased Type§

pub struct TextRunIndex(u32, PhantomData<TextRunPrimitive>);

Tuple Fields§

§0: u32§1: PhantomData<TextRunPrimitive>