Macro impl_overflowing

Source
macro_rules! impl_overflowing {
    ($t:ty) => { ... };
}
Available on crate feature overflowing only.