Function getStream [src]

Prototype

pub fn getStream(w: *const Writer) Stream

Parameters

w: *const Writer

Source

pub fn getStream(w: *const Writer) Stream { return w.stream; }