macro_rules! cyan {
    ( $str: tt ) => { ... };
    ( $other: expr) => { ... };
}
Expand description

cyan