macro_rules! dbg {
() => { ... };
($val:expr $(,)?) => { ... };
}Expand description
The same as the stdlib dbg! but prints using [log_debug].
macro_rules! dbg {
() => { ... };
($val:expr $(,)?) => { ... };
}The same as the stdlib dbg! but prints using [log_debug].