Enum rand_distr::FrechetError
source · [−]pub enum FrechetError {
LocationNotFinite,
ScaleNotPositive,
ShapeNotPositive,
}
Expand description
Error type returned from Frechet::new
.
Variants
LocationNotFinite
location is infinite or NaN
ScaleNotPositive
scale is not finite positive number
ShapeNotPositive
shape is not finite positive number
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Error
impl UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. Read more