Trait rug::integer::ToSmall

source ·
pub trait ToSmall: SealedToSmall { }
Expand description

Types implementing this trait can be converted to SmallInteger.

The following are implemented when T implements ToSmall:

This trait is sealed and cannot be implemented for more types; it is implemented for bool and the unsigned integer types u8, u16, u32, u64, u128 and usize.

Implementations on Foreign Types

Implementors