pub type UnixPathBuf = PathBuf<UnixEncoding>;Expand description
Represents a Unix-specific PathBuf
Aliased Type§
struct UnixPathBuf { /* private fields */ }Trait Implementations§
source§impl TryFrom<TypedPathBuf> for UnixPathBuf
impl TryFrom<TypedPathBuf> for UnixPathBuf
source§type Error = TypedPathBuf
type Error = TypedPathBuf
The type returned in the event of a conversion error.