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