pub trait Setlike<K>: Maplike<K, Value = ()> { }
A map-like keyed collection whose value is the unit type, thus behaving like a set.