macro_rules! write_color {
( $write:expr, $color:tt, $( $arg:tt )* ) => { ... };
}Expand description
Macro of the formatted entry in the trait.
macro_rules! write_color {
( $write:expr, $color:tt, $( $arg:tt )* ) => { ... };
}Macro of the formatted entry in the trait.