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: String
The key of the annotation.
value: String
The value of the annotation.