macro_rules! deprecated_saturating_impl {
    ($trait_name:ident for $($t:ty)*) => { ... };
}