construct_path

Macro construct_path 

Source
macro_rules! construct_path {
    ($root:expr, $($component:expr),*) => { ... };
}