Macro smol_str::format_smolstr

source ยท
macro_rules! format_smolstr {
    ($($tt:tt)*) => { ... };
}
Expand description

Formats arguments to a SmolStr, potentially without allocating.

See alloc::format! or format_args! for syntax documentation.