pub type Resource = Annotated<RawResource>;Available on crate feature
tools only.Aliased Type§
pub struct Resource {
pub raw: RawResource,
pub annotations: Option<Annotations>,
}Fields§
§raw: RawResource§annotations: Option<Annotations>