Macro rand_construct_env

Source
macro_rules! rand_construct_env {
    ($provider:ident => $enum:ty { $($variant:ident => $weight:expr),* $(,)? }) => { ... };
}