Macro impl_safe_numeric_unsigned

Source
macro_rules! impl_safe_numeric_unsigned {
    ($($t:ty);* $(;)?) => { ... };
}