macro_rules! display {
($($arg:tt)*) => { ... };
}Expand description
Accecpts the same arguments as the format! macro and forwards them to
crate::display().
macro_rules! display {
($($arg:tt)*) => { ... };
}Accecpts the same arguments as the format! macro and forwards them to
crate::display().