WindowsPathBuf

Type Alias WindowsPathBuf 

Source
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

Source§

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.