pub type TextRunIndex = Index<TextRunPrimitive>;
Aliased Type§
pub struct TextRunIndex(u32, PhantomData<TextRunPrimitive>);
Tuple Fields§
§0: u32
§1: PhantomData<TextRunPrimitive>
pub type TextRunIndex = Index<TextRunPrimitive>;
pub struct TextRunIndex(u32, PhantomData<TextRunPrimitive>);
0: u32
§1: PhantomData<TextRunPrimitive>