pub fn serial_set_no_length<W, K>(
    map: &BTreeSet<K, Global>,
    out: &mut W
) -> Result<(), <W as Write>::Err>where
    W: Write,
    K: Serial,
Expand description

Write a BTreeSet as an ascending list of keys, without the length information.