Trait smallnum::ShrinkSigned[][src]

pub trait ShrinkSigned<const FITS_I8: bool, const FITS_I16: bool, const FITS_I32: bool, const FITS_I64: bool, const FITS_I128: bool> {
    type SmallSigned;
}
Expand description

Helper trait for signed type mapping. Internal use only.

Associated Types

Smallest primitive type that can represent a bounded signed value

Implementations on Foreign Types

Implementors