Macro impl_weights

Source
macro_rules! impl_weights {
    ($graph:ty$(, <$($gens:tt),*>)? $(, |$(const $cgens:ident: $ity:ty),*|)?) => { ... };
}