path

Macro path 

Source
macro_rules! path {
    [$($segment:expr),*$(,)*] => { ... };
}