macro_rules! format {
($($arg:tt)*) => { ... };
}Expand description
Creates a String using interpolation of runtime expressions
macro_rules! format {
($($arg:tt)*) => { ... };
}Creates a String using interpolation of runtime expressions