Function writer [src]

Prototype

pub fn writer(self: *StreamSource) Writer

Parameters

self: *StreamSource

Source

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