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

§

type Error = TypedPathBuf

The type returned in the event of a conversion error.
source§

fn try_from(path: TypedPathBuf) -> Result<Self, Self::Error>

Performs the conversion.