[][src]Trait utah2::util::traits::UtahNum

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

Implementors

impl<T> UtahNum for T where
    T: Add<Output = T> + Div<Output = T> + Sub<Output = T> + Mul<Output = T> + Empty<T> + One + Zero + Clone + Debug + PartialEq + Default
[src]

Loading content...