Function reader [src]

Prototype

pub fn reader(self: *StreamSource) Reader

Parameters

self: *StreamSource

Source

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