[][src]Trait rkm::Value

pub trait Value: ScalarOperand + Add + Zero + Float + NumCast + PartialOrd + Copy + Debug + Sync + Send { }

Numeric value trait, defines the types that can be used for the value of each dimension in a data point.

Implementors

impl<T> Value for T where
    T: ScalarOperand + Add + Zero + Float + NumCast + PartialOrd + Copy + Debug + Sync + Send
[src]

Loading content...