Skip to main content

Selector

Trait Selector 

Source
pub trait Selector: Send + Sync {
    // Required method
    fn select(&self, input: &SelectorInput) -> Vec<GeneCandidate>;
}

Required Methods§

Implementors§