pub type Content = Annotated<RawContent>;Aliased Type§
pub struct Content {
pub raw: RawContent,
pub annotations: Option<Annotations>,
}Fields§
§raw: RawContent§annotations: Option<Annotations>pub type Content = Annotated<RawContent>;pub struct Content {
pub raw: RawContent,
pub annotations: Option<Annotations>,
}raw: RawContent§annotations: Option<Annotations>