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