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