Union PathSegmentpub
Source:union(pub) PathSegment
| UnixSeg (Vec U8)
| WindowsSeg (Vec U16)
Description
PathSegment is a narrow type representing a single path fragment in OS-native bytes. Mirrors Path's variants.
:union(pub) PathSegment
| UnixSeg (Vec U8)
| WindowsSeg (Vec U16)
PathSegment is a narrow type representing a single path fragment in OS-native bytes. Mirrors Path's variants.