pub type Utf8NativeComponent<'a> = Utf8UnixComponent<'a>;Expand description
Utf8Component that is native to the platform during compilation
Aliased Type§
enum Utf8NativeComponent<'a> {
RootDir,
CurDir,
ParentDir,
Normal(&'a str),
}pub type Utf8NativeComponent<'a> = Utf8UnixComponent<'a>;Utf8Component that is native to the platform during compilation
enum Utf8NativeComponent<'a> {
RootDir,
CurDir,
ParentDir,
Normal(&'a str),
}