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]),
}
pub type NativeComponent<'a> = UnixComponent<'a>;
Component
that is native to the platform during compilation
pub enum NativeComponent<'a> {
RootDir,
CurDir,
ParentDir,
Normal(&'a [u8]),
}