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