Skip to main content

IntegerType

Trait IntegerType 

Source
pub trait IntegerType { }

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl IntegerType for i16

Source§

impl IntegerType for i32

Source§

impl IntegerType for i64

Source§

impl IntegerType for u8

Source§

impl IntegerType for u32

Source§

impl IntegerType for usize

Implementors§