macro_rules! debug {
($($arg:tt)+) => { ... };
}
Expand description
Same as log::debug!, but will additionally print to stdout if the print_debug feature is enabled
macro_rules! debug {
($($arg:tt)+) => { ... };
}
Same as log::debug!, but will additionally print to stdout if the print_debug feature is enabled