impl_int

Macro impl_int 

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

Implement SmartDisplay for signed integers.