AddOp

Trait AddOp 

Source
pub trait AddOp {
    type Output: Number;
}

Required Associated Types§

Implementors§

Source§

impl<Lhs, Rhs: Number> AddOp for Op<Lhs, Rhs>
where Lhs: Add<Rhs>,

Source§

type Output = <Lhs as Add<Rhs>>::Output