format

Macro format 

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

Variant of the format! macro that doesn’t require std::io::Write