SaturatingAdd

Trait SaturatingAdd 

Source
pub trait SaturatingAdd<Rhs = Self> {
    type Output;

    // Required method
    fn saturating_add(self, other: Rhs) -> Self::Output
       where Self: Sized;
}

Required Associated Types§

Required Methods§

Source

fn saturating_add(self, other: Rhs) -> Self::Output
where Self: Sized,

Implementors§