ex_eprint

Macro ex_eprint 

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

Formats and prints to std error any valid rust expression in a string.

Same as eprint! but with embedded parameters.