macro_rules! println_warning {
($($data:expr),*) => { ... };
}
Expand description
Prints a warning message with yellow background and white text.
macro_rules! println_warning {
($($data:expr),*) => { ... };
}
Prints a warning message with yellow background and white text.