Closed
Description
std::path::Path
has some methods impl'd in std::rt::io::fs
; searching for, e.g., exists
links to std::rt::io::fs::Path
as if the struct was defined there.
std::path::Path
has some methods impl'd in std::rt::io::fs
; searching for, e.g., exists
links to std::rt::io::fs::Path
as if the struct was defined there.