Type Alias typed_path::NativeComponent
source · pub type NativeComponent<'a> = UnixComponent<'a>;
Expand description
Component
that is native to the platform during compilation
Aliased Type§
enum NativeComponent<'a> {
RootDir,
CurDir,
ParentDir,
Normal(&'a [u8]),
}