Type Alias Utf8WindowsPathBuf

Source
pub type Utf8WindowsPathBuf = Utf8PathBuf<Utf8WindowsEncoding>;
Expand description

Represents a Windows-specific Utf8PathBuf

Aliased Type§

pub struct Utf8WindowsPathBuf { /* private fields */ }

Trait Implementations§

Source§

impl TryFrom<Utf8TypedPathBuf> for Utf8WindowsPathBuf

Source§

type Error = Utf8TypedPathBuf

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

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

Performs the conversion.