pub type TextRunStorage = Storage<TextRunPrimitive>;
Aliased Type§
pub struct TextRunStorage {
data: Vec<TextRunPrimitive>,
}
Fields§
§data: Vec<TextRunPrimitive>
pub type TextRunStorage = Storage<TextRunPrimitive>;
pub struct TextRunStorage {
data: Vec<TextRunPrimitive>,
}
data: Vec<TextRunPrimitive>