pub type TextRunStorage = Storage<TextRunPrimitive>;

Aliased Type§

struct TextRunStorage {
    data: Vec<TextRunPrimitive>,
}

Fields§

§data: Vec<TextRunPrimitive>