Type Alias typed_path::unix::Utf8UnixPathBuf

source ·
pub type Utf8UnixPathBuf = Utf8PathBuf<Utf8UnixEncoding>;
Expand description

Represents a Unix-specific Utf8PathBuf

Aliased Type§

struct Utf8UnixPathBuf { /* private fields */ }

Trait Implementations§

source§

impl TryFrom<Utf8TypedPathBuf> for Utf8UnixPathBuf

§

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.