macro_rules! impl_pallet_balances_inner {
($runtime:ty) => { ... };
($runtime:ty, DustRemoval = $dust_removal:ty $(, $( $rest:tt )*)?) => { ... };
}
macro_rules! impl_pallet_balances_inner {
($runtime:ty) => { ... };
($runtime:ty, DustRemoval = $dust_removal:ty $(, $( $rest:tt )*)?) => { ... };
}