Macro format

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

Creates a String using interpolation of runtime expressions