pub fn serial_hashset_no_length<W, K>(
    map: &HashSet<K, BuildHasherDefault<FnvHasher>>,
    out: &mut W
) -> Result<(), <W as Write>::Err>
where W: Write, K: Serial,
Expand description

Write a HashSet as a list of keys in no particular order, without the length information.