display

Macro display 

macro_rules! display {
    ($($arg:tt)*) => { ... };
}
Expand description

Accecpts the same arguments as the format! macro and forwards them to crate::display().