Trait EnsureOp

Source
pub trait EnsureOp:
    EnsureAdd
    + EnsureSub
    + EnsureMul
    + EnsureDiv { }
Expand description

Meta trait that supports all immutable arithmetic Ensure* operations

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§