macro_rules! impl_uint { ($($t:ty)*) => { ... }; }
Implement SmartDisplay for unsigned integers.
SmartDisplay