Enum rand_distr::FisherFError [−][src]
pub enum FisherFError {
MTooSmall,
NTooSmall,
}
Expand description
Error type returned from FisherF::new
.
Variants
m <= 0
or nan
.
n <= 0
or nan
.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FisherFError
impl Send for FisherFError
impl Sync for FisherFError
impl Unpin for FisherFError
impl UnwindSafe for FisherFError
Blanket Implementations
Mutably borrows from an owned value. Read more