pub trait VarSelection<Space> {
    fn select(&mut self, space: &Space) -> usize;
}

Required Methods§

Implementors§