struct File [src]

Fields

sub_path: []const u8
contents: Contents

Source

pub const File = struct { sub_path: []const u8, contents: Contents, }