Type Alias NativeComponent

Source
pub type NativeComponent<'a> = UnixComponent<'a>;
Expand description

Component that is native to the platform during compilation

Aliased Type§

pub enum NativeComponent<'a> {
    RootDir,
    CurDir,
    ParentDir,
    Normal(&'a [u8]),
}

Variants§

§

RootDir

§

CurDir

§

ParentDir

§

Normal(&'a [u8])