Trait smallnum::ShrinkUnsigned[][src]

pub trait ShrinkUnsigned<const FITS_U8: bool, const FITS_U16: bool, const FITS_U32: bool, const FITS_U64: bool, const FITS_U128: bool> {
    type UnsignedType;
}
Expand description

Helper trait for unsigned type mapping. Internal use only.

Associated Types

Smallest primitive type that can represent a bounded unsigned value

Implementors