pub trait SelectionSet: AsRef<[Self::Selection]> {
    type Selection: AbstractSelection;
}

Required Associated Types§

Implementors§