pub type TextRunIndex = Index<TextRunPrimitive>;

Aliased Type§

struct TextRunIndex(u32, PhantomData<TextRunPrimitive>);

Fields§

§0: u32§1: PhantomData<TextRunPrimitive>