impl_uint

Macro impl_uint 

Source
macro_rules! impl_uint {
    ($($t:ty)*) => { ... };
}
Expand description

Implement SmartDisplay for unsigned integers.