Macro fstrings_rust::debug_f[][src]

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

Shorthand for [debug!(format_f!].