NegativeInput

Trait NegativeInput 

Source
pub trait NegativeInput<C> {
    // Required method
    fn setup(&self, comp: &C);
}
Expand description

Comparator negative input

Required Methods§

Source

fn setup(&self, comp: &C)

Implementors§