Function path [src]
Prototype
 pub fn path(d: *Dependency, sub_path: []const u8) LazyPath  Parameters
d: *Dependencysub_path: []const u8 Source
 pub fn path(d: *Dependency, sub_path: []const u8) LazyPath {
    return .{
        .dependency = .{
            .dependency = d,
            .sub_path = sub_path,
        },
    };
}