Macro format_dbg

Source
macro_rules! format_dbg {
    ($dbg_expr:expr) => { ... };
    () => { ... };
}
Expand description

Generates a String similar to output of dbg but without printing