Trait std::num::Int

pub trait Int: Integer + Primitive + Bitwise + BitCount { }

A collection of traits relevant to primitive signed and unsigned integers

Implementors