[`std::path::Path`](http://static.rust-lang.org/doc/master/std/path/posix/struct.Path.html) has some methods impl'd in `std::rt::io::fs`; searching for, [e.g., `exists`](http://static.rust-lang.org/doc/master/std/path/posix/struct.Path.html?search=exists) links to [`std::rt::io::fs::Path` as if the struct was defined there](http://static.rust-lang.org/doc/master/std/rt/io/fs/struct.Path.html#method.exists).