UnixPathBuf

Type Alias UnixPathBuf 

Source
pub type UnixPathBuf = PathBuf<UnixEncoding>;
Expand description

Represents a Unix-specific PathBuf

Aliased Type§

pub struct UnixPathBuf { /* private fields */ }

Trait Implementations§

Source§

impl TryFrom<TypedPathBuf> for UnixPathBuf

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.