[][src]Trait dinotree_alg::Num

pub trait Num: Ord + Copy + Send + Sync { }

The underlying number type used for the dinotree. It is auto implemented by all types that satisfy the type constraints. Notice that no arithmatic is possible. The tree is constructed using only comparisons and copying.

Implementors

impl<T> Num for T where
    T: Ord + Copy + Send + Sync
[src]

Loading content...