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
macro_rules! pretty_dbg {
() => { ... };
($val:expr $(,)?) => { ... };
($($val:expr),+ $(,)?) => { ... };
}
pretty_dbg! is a copy of the macro dbg!, just with :#? instead of :# for pretty print