Macro basic_text::text [−][src]
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.