parry::iterators
pub struct GreaterThan;
impl<A, B> BinOp<A, B> for GreaterThan where A: PartialOrd<B>
type Output = bool
fn operate(&self, a: A, b: B) -> Self::Output