|
rstd 0.1.0
|
An unsized path type, analogous to Rust's std::path::Path.
More...
An unsized path type, analogous to Rust's std::path::Path.
Internally an OsStr. This is a borrowed, unsized type — use ref<Path> for references and PathBuf for owned paths.