macro_rules! impl_elections_weights {
    ($runtime:ident) => { ... };
}
Expand description

Implements the weight types for the elections module and a specific runtime. This macro should not be called directly; use [impl_runtime_weights] instead.