alloy_serde::quantity::hashmap

Function serialize

Source
pub fn serialize<K, V, S, H>(
    map: &HashMap<K, V, H>,
    serializer: S,
) -> Result<S::Ok, S::Error>
where K: ConvertRuint, V: Serialize, S: Serializer, H: BuildHasher,
Expand description

Serializes a HashMap of primitive numbers as a “quantity” hex string.