pub trait NegativeInput<C> { // Required method fn setup(&self, comp: &C); }
Comparator negative input