Macro fancy::eprintcoln[][src]

eprintcoln!() { /* proc-macro */ }
Expand description

Print a colorized string to stderr followed by a newline. This macro is to eprintcol! as eprintln! is to eprint!. For more information see printcol!;