macro_rules! impl_overflowing_from_overflowing {
($t:ty, $($f:ty)+) => { ... };
}
Available on crate feature
overflowing
only.macro_rules! impl_overflowing_from_overflowing {
($t:ty, $($f:ty)+) => { ... };
}
overflowing
only.