Trait bluejay_core::executable::SelectionSet

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

Required Associated Types§

Object Safety§

This trait is not object safe.

Implementors§