Macro construct_path

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