[][src]Trait dinotree::NumTrait

pub trait NumTrait: Ord + Copy + Send + Sync + Debug { }

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> NumTrait for T where
    T: Ord + Copy + Send + Sync + Debug
[src]

Loading content...