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