ex_print

Macro ex_print 

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

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

Same as print! but with embedded parameters.