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