pub trait UnsignedInteger: Copy + Clone {
    const INDICE_TYPE: IndiceType;
}
Expand description

Extra functions on unsigned integers.

Required Associated Constants

Implementations on Foreign Types

Implementors