macro_rules! print_error {
($args:ident, $fmt:literal $(,$arg:expr)*$(,)?) => { ... };
}Expand description
Conditional printing of error message
macro_rules! print_error {
($args:ident, $fmt:literal $(,$arg:expr)*$(,)?) => { ... };
}Conditional printing of error message