Trait makods::jostletree::Numeric[][src]

pub trait Numeric: Ord + Eq + Add<Output = Self> + Sub<Output = Self> + Clone + Default { }

Implementors