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