pub trait HasResourceAnnotations {
// Provided method
fn annotations(&self) -> Option<&Annotations> { ... }
}
Expand description
Resource annotations trait
pub trait HasResourceAnnotations {
// Provided method
fn annotations(&self) -> Option<&Annotations> { ... }
}
Resource annotations trait