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

Meta trait that supports all immutable arithmetic Ensure* operations

Object Safety§

This trait is not object safe.

Implementors§