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

Meta trait that supports all immutable arithmetic Ensure* operations

Implementors§