[][src]Macro fstrings::format_f

macro_rules! format_f {
    (
            $($dol $stream : expr,)? $dol($dol args:tt)*
        ) => { ... };
}

Like format!, but with basic f-string interpolation.