Function xtask::linux::join_path_env  
source · [−]fn join_path_env<I, S>(paths: I) -> OsString where
    I: IntoIterator<Item = S>,
    S: AsRef<Path>, Expand description
为 PATH 环境变量附加路径。
fn join_path_env<I, S>(paths: I) -> OsString where
    I: IntoIterator<Item = S>,
    S: AsRef<Path>, 为 PATH 环境变量附加路径。