display_integers_as

Macro display_integers_as 

Source
macro_rules! display_integers_as {
    ($format:ty) => { ... };
}
Expand description

Conveniently implement DisplayAs for integers for a new Format.