pub type Annotations = Vec<Annotation>;
Expand description
A list of annotations on an element.
Aliased Typeยง
struct Annotations { /* private fields */ }
pub type Annotations = Vec<Annotation>;
A list of annotations on an element.
struct Annotations { /* private fields */ }