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

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

Implementors