[][src]Macro fstrings::eprint_f

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

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