println_success

Macro println_success 

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

Prints a success message with green background and white text.