Function reader [src]

Prototype

pub fn reader(self: *File) Reader

Parameters

self: *File

Source

pub fn reader(self: *File) Reader { return .{ .context = self }; }