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