Macro ra_ap_syntax::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.