macro_rules! path_resolve {
($($args:tt)*) => { ... };
}Expand description
Joins multiple paths together and then resolves the result.
macro_rules! path_resolve {
($($args:tt)*) => { ... };
}Joins multiple paths together and then resolves the result.