join_strings

Macro join_strings 

Source
macro_rules! join_strings {
    () => { ... };
    ($a:expr $(,)?) => { ... };
    ($a:expr, $b:expr $(,)?) => { ... };
    ($a:expr, $($rest:expr),+ $(,)?) => { ... };
}