ex_println

Macro ex_println 

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

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

Same as println! but with embedded parameters.