[][src]Trait rv::data::CategoricalDatum

pub trait CategoricalDatum: Sized + Into<usize> + Sync + Copy + FromPrimitive + ApiReady { }

The trait that data must implemented by all data used with the Categorical distribution

Implementors

impl<T> CategoricalDatum for T where
    T: Clone + Into<usize> + Sync + Copy + FromPrimitive + ApiReady
[src]

Loading content...