Type Definition typed_path::unix::UnixPathBuf
source · pub type UnixPathBuf = PathBuf<UnixEncoding>;
Expand description
Represents a Unix-specific PathBuf
pub type UnixPathBuf = PathBuf<UnixEncoding>;
Represents a Unix-specific PathBuf