trait Addo: AddSubwhere
    <Self as Int>::UnsignedInt: UAddSub,{
    // Provided method
    fn addo(self, other: Self) -> (Self, bool) { ... }
}

Provided Methods§

source

fn addo(self, other: Self) -> (Self, bool)

Implementations on Foreign Types§

source§

impl Addo for i128

source§

impl Addo for u128

Implementors§