Type Alias UnixPath

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

Represents a Unix-specific Path

Aliased Type§

pub struct UnixPath { /* private fields */ }

Implementations§