Type Alias UnixPath

Source
pub type UnixPath = Path<UnixEncoding>;
Expand description

Represents a Unix-specific Path

Aliased Type§

struct UnixPath { /* private fields */ }

Implementations§