text

Macro text 

Source
macro_rules! text {
    ($fmt:expr) => { ... };
    ($fmt:expr, $($args:tt)*) => { ... };
}