macro_rules! impl_weight {
    () => { ... };
    ($T:ident, $($more:ident,)*) => { ... };
}
👎Deprecated since 0.8.0: moved to rand_distr crate