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