Skip to main content

Setlike

Trait Setlike 

Source
pub trait Setlike<K>: Maplike<K, Value = ()> { }
Expand description

A map-like keyed collection whose value is the unit type, thus behaving like a set.

Implementors§

Source§

impl<K, T: Maplike<K, Value = ()>> Setlike<K> for T