macro_rules! infoln {
($($tt:tt)*) => { ... };
}Expand description
Macro for printing informational messages in green with newline.
macro_rules! infoln {
($($tt:tt)*) => { ... };
}Macro for printing informational messages in green with newline.