struct DecoratedLazyPath [src]
Fields
prefix: []const u8
lazy_path: std.Build.LazyPath
suffix: []const u8
Source
pub const DecoratedLazyPath = struct {
prefix: []const u8,
lazy_path: std.Build.LazyPath,
suffix: []const u8,
}
pub const DecoratedLazyPath = struct {
prefix: []const u8,
lazy_path: std.Build.LazyPath,
suffix: []const u8,
}