pub enum GeneratorType {
Simple,
}Expand description
Specifies the generator type.
Variants
Simple
A simple random number generator.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GeneratorType
impl Send for GeneratorType
impl Sync for GeneratorType
impl Unpin for GeneratorType
impl UnwindSafe for GeneratorType
Blanket Implementations
Mutably borrows from an owned value. Read more