Type Alias typed_path::unix::UnixPathBuf

source ·
pub type UnixPathBuf = PathBuf<UnixEncoding>;
Expand description

Represents a Unix-specific PathBuf

Aliased Type§

struct UnixPathBuf { /* private fields */ }

Trait Implementations§

source§

impl TryFrom<TypedPathBuf> for UnixPathBuf

§

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.