Utf8NativeComponent

Type Alias Utf8NativeComponent 

Source
pub type Utf8NativeComponent<'a> = Utf8WindowsComponent<'a>;
Expand description

Utf8Component that is native to the platform during compilation

Aliased Type§

pub enum Utf8NativeComponent<'a> {
    Prefix(Utf8WindowsPrefixComponent<'a>),
    RootDir,
    CurDir,
    ParentDir,
    Normal(&'a str),
}

Variants§

§

Prefix(Utf8WindowsPrefixComponent<'a>)

§

RootDir

§

CurDir

§

ParentDir

§

Normal(&'a str)