API documentation for the Rust `path` mod in crate `std`. ... use std::path::Path; let path = Path::new("/tmp/foo/bar.txt"); let file = path.file_name(); ...
確定! 回上一頁