Trait std::ops::Add

pub trait Add<RHS, Result> {
    fn add(&self, rhs: &RHS) -> Result;
}

Required Methods

fn add(&self, rhs: &RHS) -> Result

Implementors