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