Struct parry::iterators::Plus [] [src]

pub struct Plus;

Trait Implementations

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