Macrosยง
- dbg_
println - Debug
println!macro that callsprintlnwith the specified message(s), and prefixes a time stamp. Only prints out when the build is in debug mode.
println! macro that calls println with the specified message(s), and
prefixes a time stamp. Only prints out when the build is in debug mode.