println_warning

Macro println_warning 

Source
macro_rules! println_warning {
    ($($data:expr),*) => { ... };
}
Expand description

Prints a warning message with yellow background and white text.