Primitive

Trait Primitive 

Source
pub trait Primitive { }
Expand description

All numerical primitives and bool

Implementations on Foreign Types§

Source§

impl Primitive for bool

Source§

impl Primitive for f32

Source§

impl Primitive for f64

Source§

impl Primitive for i8

Source§

impl Primitive for i16

Source§

impl Primitive for i32

Source§

impl Primitive for i64

Source§

impl Primitive for i128

Source§

impl Primitive for isize

Source§

impl Primitive for u8

Source§

impl Primitive for u16

Source§

impl Primitive for u32

Source§

impl Primitive for u64

Source§

impl Primitive for u128

Source§

impl Primitive for usize

Implementors§