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