path_segments

Macro path_segments 

Source
macro_rules! path_segments {
    ($($ty:tt)::*) => { ... };
    (::$($ty:tt)::*) => { ... };
}