Type Alias TextContent

Source
pub type TextContent = Annotated<RawTextContent>;

Aliased Type§

pub struct TextContent {
    pub raw: RawTextContent,
    pub annotations: Option<Annotations>,
}

Fields§

§raw: RawTextContent§annotations: Option<Annotations>