pretty_dbg

Macro 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