Function writer [src]

Prototype

pub fn writer(self: Stream) Writer

Parameters

self: Stream

Source

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