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