Macro join_boxed

Source
macro_rules! join_boxed {
    ($($a:expr),* $(,)?) => { ... };
}