macro_rules! fmts {
($($tt:tt)*) => { ... };
}Expand description
Formats arguments to a Str, potentially without allocating.
See std::format! or format_args! for syntax documentation.
macro_rules! fmts {
($($tt:tt)*) => { ... };
}Formats arguments to a Str, potentially without allocating.
See std::format! or format_args! for syntax documentation.