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