rap_info

Macro rap_info 

Source
macro_rules! rap_info {
    (green, $($arg:tt)+) => { ... };
    (yellow, $($arg:tt)+) => { ... };
    (red, $($arg:tt)+) => { ... };
    ($($arg:tt)+) => { ... };
}