macro_rules! watch {
( $( $x:expr ),* ) => { ... };
}Expand description
Debugging macro to print the given expression and its value, with the module, function and line number
macro_rules! watch {
( $( $x:expr ),* ) => { ... };
}Debugging macro to print the given expression and its value, with the module, function and line number