macro_rules! debug {
( $fmt:expr $(, $args:expr )* ) => { ... };
}Expand description
Print a message to stderr with an “debug : “ prefix
Parameters:
fmt: A format string.args*: Format string arguments.
macro_rules! debug {
( $fmt:expr $(, $args:expr )* ) => { ... };
}Print a message to stderr with an “debug : “ prefix
Parameters:
fmt: A format string.args*: Format string arguments.