pub trait SelectionSet: AsIter<Item = Self::Selection> + Hash + Eq + Ord {
    type Selection: Selection;
}

Required Associated Types§

Implementors§