Function reader [src]
Prototype
pub fn reader(self: *File) Reader
Parameters
self: *File
Source
pub fn reader(self: *File) Reader {
return .{ .context = self };
}
pub fn reader(self: *File) Reader
self: *File
pub fn reader(self: *File) Reader {
return .{ .context = self };
}