pub type UnixPathBuf = PathBuf<UnixEncoding>;
Expand description
Represents a Unix-specific PathBuf
Aliased Type§
pub 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.