Constable

Trait Constable 

Source
pub trait Constable: ConstableSeal { }
Expand description

Marker that shows it can be used in const generic.

Implementations on Foreign Types§

Source§

impl Constable for bool

Source§

impl Constable for char

Source§

impl Constable for i8

Source§

impl Constable for i16

Source§

impl Constable for i32

Source§

impl Constable for i64

Source§

impl Constable for isize

Source§

impl Constable for u8

Source§

impl Constable for u16

Source§

impl Constable for u32

Source§

impl Constable for u64

Source§

impl Constable for usize

Implementors§