macro_rules! console_log {
($($arg:tt)*) => { ... };
}
Expand description
Helper macro which acts like println!
only routes to console.log
instead.
macro_rules! console_log {
($($arg:tt)*) => { ... };
}
Helper macro which acts like println!
only routes to console.log
instead.