rap_warn

Macro rap_warn 

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