Function reader [src]
Prototype
pub fn reader(self: *StreamSource) Reader
Parameters
self: *StreamSource
Source
pub fn reader(self: *StreamSource) Reader {
return .{ .context = self };
}
pub fn reader(self: *StreamSource) Reader
self: *StreamSource
pub fn reader(self: *StreamSource) Reader {
return .{ .context = self };
}