format_dbg

Macro format_dbg 

Source
macro_rules! format_dbg {
    ($arg:expr $(,)? ) => { ... };
    ($( $arg:expr ),* $(,)? ) => { ... };
}