rstd 0.1.0
Loading...
Searching...
No Matches
rstd::path::Path Struct Referenceexport
module rstd

An unsized path type, analogous to Rust's std::path::Path. More...

Detailed Description

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.


The documentation for this struct was generated from the following file: