eprintln_styles

Macro eprintln_styles 

Source
macro_rules! eprintln_styles {
    ( $( $arg: tt )* ) => { ... };
}
Expand description

Format stylized strings individually, concatenated.

Wrapper for stylize_many!