path

Macro path 

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