Macro stabby::format

source ·
macro_rules! format {
    ($($t: tt)*) => { ... };
}
Expand description

Like std::format, but returning an ABI-stable String