[][src]Trait expression_num::NumType

pub trait NumType: Debug + Copy + Clone + PartialEq + PartialOrd + Default + Zero + One + Add<Output = Self> + Sub<Output = Self> + Mul<Output = Self> + Div<Output = Self> { }

Implementations on Foreign Types

impl NumType for f32[src]

impl NumType for f64[src]

impl NumType for u32[src]

impl NumType for u64[src]

Loading content...

Implementors

Loading content...