macro_rules! write_styles {
( $f: expr, $( $arg: tt )* ) => { ... };
}Expand description
Format stylized strings individually, concatenated.
Wrapper for stylize_many!
macro_rules! write_styles {
( $f: expr, $( $arg: tt )* ) => { ... };
}Format stylized strings individually, concatenated.
Wrapper for stylize_many!