Macro pretty_dbg::format_dbg

source ·
macro_rules! format_dbg {
    ($($arg:tt)*) => { ... };
}
Expand description

format_dbg! is a version of dbg! that uses the formatting rules from the macro eprintln! Just like dbg!, it prefixes the stderr output with file!, line! and column!