union RPath [src]

Fields

lazy_path: LazyPath
special: []const u8

Source

pub const RPath = union(enum) { lazy_path: LazyPath, special: []const u8, }