Struct parry::iterators::GreaterThan [] [src]

pub struct GreaterThan;

Trait Implementations

impl<A, B> BinOp<A, B> for GreaterThan where A: PartialOrd<B>

type Output = bool

fn operate(&self, a: A, b: B) -> Self::Output