macro_rules! path_concat {
($e:expr, ..$n:expr) => { ... };
($($e:expr),*) => { ... };
}Expand description
Platform-independent helper for constructing a PathBuf from individual elements
macro_rules! path_concat {
($e:expr, ..$n:expr) => { ... };
($($e:expr),*) => { ... };
}Platform-independent helper for constructing a PathBuf from individual elements