[][src]Macro fstrings::write_f

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

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