Macro basic_text_literals::text
source · [−]text!() { /* proc-macro */ }Expand description
TextStr literal support: text!("string literal").
Returns a 'static &TextStr containing the provided string literal.
text!() { /* proc-macro */ }TextStr literal support: text!("string literal").
Returns a 'static &TextStr containing the provided string literal.