macro_rules! text { () => { ... }; ($($e:tt)+) => { ... }; }
Creates a Text from a string literal.
Text
Fails at compile time for invalid values.