Skip to main content

fmts_mut

Macro fmts_mut 

Source
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.