Macro inject

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

Interpolates the string using any user defined interpolation expressions inside. The only argument is the interpolation string literal.

Opening and closing sequences of characters of interpolation expressions are #{ and }# respectively.