Function writer [src]

Prototype

pub fn writer(self: *File) Writer

Parameters

self: *File

Source

pub fn writer(self: *File) Writer { return .{ .context = self }; }