Macro impl_weight_int

Source
macro_rules! impl_weight_int {
    ($t:ty) => { ... };
    ($t:ty, $($tt:ty),*) => { ... };
}