Skip to main content

dbg

Macro dbg 

Source
macro_rules! dbg {
    () => { ... };
    ($val:expr $(,)?) => { ... };
}
Expand description

The same as the stdlib dbg! but prints using [log_debug].