Function concordium_contracts_common::serial_map_no_length[][src]

pub fn serial_map_no_length<'a, W: Write, K: Serial + 'a, V: Serial + 'a>(
    map: &BTreeMap<K, V>,
    out: &mut W
) -> Result<(), W::Err>

Write a Map as a list of key-value pairs ordered by the key, without the length information.