Macro grpc_rust::repeat_yellow [] [src]

macro_rules! repeat_yellow {
    ($e:expr, $size:expr) => { ... };
}

repeat_yellow - Prints out a repeat of characters in Yellow

Currently prints characters using the color yellow.

Example

repeat_yellow!("=", 80);