Macro fstrings_rust::f[][src]

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

Shorthand for format_f.