s

Macro s 

Source
macro_rules! s {
    ($s:expr) => { ... };
}
Expand description

create string

create a new String from a string literal.