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