Skip to main content

text

Macro text 

Source
macro_rules! text {
    () => { ... };
    ($($e:tt)+) => { ... };
}
Expand description

Creates a Text from a string literal.

Fails at compile time for invalid values.