Skip to main content

RandConstructEnvironment

Trait RandConstructEnvironment 

Source
pub trait RandConstructEnvironment {
    // Provided methods
    fn create_random<R>() -> R
       where R: RandConstructEnumWithEnv,
             Self: RandConstructProbabilityMapProvider<R> + Sized { ... }
    fn create_random_uniform<R>() -> R
       where R: RandConstructEnumWithEnv,
             Self: RandConstructProbabilityMapProvider<R> + Sized { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§