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