ex_eprintln

Macro ex_eprintln 

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

Formats and prints to std error any valid rust expression in a string with a new line at the end.

Same as eprintln! but with embedded parameters.