Macro expression_format::ex_print[][src]

ex_print!() { /* proc-macro */ }

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

Same as print! but with embedded parameters.