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