format

Macro format 

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

Replaces format! using fmt syntax.