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