Type Alias TextRunStorage

Source
pub type TextRunStorage = Storage<TextRunPrimitive>;

Aliased Type§

pub struct TextRunStorage {
    data: Vec<TextRunPrimitive>,
}

Fields§

§data: Vec<TextRunPrimitive>