Function alloy_serde::quantity::hashmap::serialize
source · pub fn serialize<K, V, S, H>(
map: &HashMap<K, V, H>,
serializer: S,
) -> Result<S::Ok, S::Error>
Expand description
Serializes a HashMap
of primitive numbers as a “quantity” hex string.