Macro easyfix::fix_format

source ·
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.