Trait Addo

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

Provided Methods§

Source

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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§