IndexSet

Type Alias IndexSet 

Source
pub type IndexSet<K, Key = KeyData> = HashMap<K, HashSet<Key>>;

Aliased Typeยง

pub struct IndexSet<K, Key = KeyData> { /* private fields */ }