Type Alias Content

Source
pub type Content = Annotated<RawContent>;

Aliased Type§

pub struct Content {
    pub raw: RawContent,
    pub annotations: Option<Annotations>,
}

Fields§

§raw: RawContent§annotations: Option<Annotations>