path

Macro path 

Source
macro_rules! path {
    ($($path:tt)+) => { ... };
}