Macro solr::repeat_red [] [src]

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

repeat_red - Prints out a repeat of characters in Red

Currently prints characters using the color red.

Example

repeat_red!("=", 80);