macro_rules! join {
($first:expr, $($path:expr),+) => { ... };
($path:expr) => { ... };
}Expand description
Joins multiple paths together.
macro_rules! join {
($first:expr, $($path:expr),+) => { ... };
($path:expr) => { ... };
}Joins multiple paths together.