macro_rules! fix_format {
($($arg:tt)*) => { ... };
}
Expand description
Creates a FixString
using interpolation of runtime expressions, replacing
invalid characters by ?
.
See [the formatting syntax documentation in std::fmt
] for details.
macro_rules! fix_format {
($($arg:tt)*) => { ... };
}
Creates a FixString
using interpolation of runtime expressions, replacing
invalid characters by ?
.
See [the formatting syntax documentation in std::fmt
] for details.