Macro pretty_dbg::pretty_dbg

source ·
macro_rules! pretty_dbg {
    () => { ... };
    ($val:expr $(,)?) => { ... };
    ($($val:expr),+ $(,)?) => { ... };
}
Expand description

pretty_dbg! is a copy of the macro dbg!, just with :#? instead of :# for pretty print