fn func1(p1: PathBuf); fn func2(p1: &Path); fn func3<S>(p1: S) where S: AsRef<Path> { let p1 = p1.as_ref(); ... }.
確定! 回上一頁