Type Alias Utf8UnixPath

Source
pub type Utf8UnixPath = Utf8Path<Utf8UnixEncoding>;
Expand description

Represents a Unix-specific Utf8Path

Aliased Type§

pub struct Utf8UnixPath { /* private fields */ }

Implementations§