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

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