Function reader [src]

Prototype

pub fn reader(file: File) Reader

Parameters

file: File

Source

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