Macro expression_format::ex_println[][src]

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

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.