Macro text

Source
macro_rules! text {
    ($($arg:tt)*) => { ... };
}