pub trait Selection {
    fn atom(atoms: &Atoms) -> Atom;
}

Required Methods§

Implementors§