Skip to main content

display

Macro display 

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

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