string

Macro string 

Source
macro_rules! string {
    ($lit:literal) => { ... };
}