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

Provided Methods§

source

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

Implementations on Foreign Types§

source§

impl Subo for u128

source§

impl Subo for i128

Implementors§