Type Alias TinySet

Source
pub type TinySet<K> = TinyTable<K, ()>;

Aliased Typeยง

pub struct TinySet<K> { /* private fields */ }