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