Macro fstrings_rust::eprintln_f[][src]

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

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