Trait AddSub

Source
trait AddSub: Int
where <Self as MinInt>::UnsignedInt: UAddSub,
{ // Provided methods fn add(self, other: Self) -> Self { ... } fn sub(self, other: Self) -> Self { ... } }

Provided Methods§

Source

fn add(self, other: Self) -> Self

Source

fn sub(self, other: Self) -> Self

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§