Utf8UnixPathBuf

Type Alias Utf8UnixPathBuf 

Source
pub type Utf8UnixPathBuf = Utf8PathBuf<Utf8UnixEncoding>;
Expand description

Represents a Unix-specific Utf8PathBuf

Aliased Type§

pub struct Utf8UnixPathBuf { /* private fields */ }

Trait Implementations§

Source§

impl TryFrom<Utf8TypedPathBuf> for Utf8UnixPathBuf

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.