Macro basic_text_literals::text[][src]

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

TextStr literal support: text!("string literal").

Returns a 'static &TextStr containing the provided string literal.