Struct KeyValue

Source
pub struct KeyValue<K = String, V = f64> {
    pub key: K,
    pub value: V,
}

Fields§

§key: K§value: V