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
impl TryFrom<TypedPathBuf> for UnixPathBuf
§type Error = TypedPathBuf
type Error = TypedPathBuf
The type returned in the event of a conversion error.