Macro bstring_macros::bformat_args []

macro_rules! bformat_args {
    ProcMacroHackExpr => { ... };
}

Produces a bstring::Arguments value, which can be passed to other formatting functions.

The argument values passed to this macro are borrowed for the lifetime of the resulting Arguments value.