Trait rv::traits::Mode[][src]

pub trait Mode<X> {
    fn mode(&self) -> Option<X>;
}

Defines the distribution mode

Required Methods

Returns None if the mode is undefined or is not a single value

Implementors