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