Skip to main content

Integer

Trait Integer 

Source
pub trait Integer:
    Primitive
    + Eq
    + Hash
    + Ord
    + BitArithmetic
    + BitManip
    + Increment
    + OverflowBehavior
    + Binary
    + Octal
    + LowerHex
    + UpperHex { }

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§