[][src]Macro fstrings::unimplemented_f

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

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