macro_rules! format { ($($arg:tt)*) => { ... }; }
Variant of the format! macro that doesn’t require std::io::Write
format!
std::io::Write