pub type Utf8UnixPathBuf = Utf8PathBuf<Utf8UnixEncoding>;
Expand description
Represents a Unix-specific Utf8PathBuf
Aliased Type§
pub struct Utf8UnixPathBuf { /* private fields */ }
Trait Implementations§
Source§impl TryFrom<Utf8TypedPathBuf> for Utf8UnixPathBuf
impl TryFrom<Utf8TypedPathBuf> for Utf8UnixPathBuf
Source§type Error = Utf8TypedPathBuf
type Error = Utf8TypedPathBuf
The type returned in the event of a conversion error.