pub type StringAnnotation = Annotation<String>;Expand description
Type alias for string annotations (key-value pairs with String values).
Aliased Type§
pub struct StringAnnotation {
pub key: String,
pub value: String,
}Fields§
§key: StringThe key of the annotation.
value: StringThe value of the annotation.