concat_string

Macro concat_string 

Source
macro_rules! concat_string {
    () => { ... };
    ($($s:expr),+) => { ... };
}