Enum rand_distr::FisherFError
source · [−]pub enum FisherFError {
MTooSmall,
NTooSmall,
}
Expand description
Error type returned from FisherF::new
.
Variants
MTooSmall
m <= 0
or nan
.
NTooSmall
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