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;
} pub fn getStream(w: *const Writer) Stream w: *const Writer pub fn getStream(w: *const Writer) Stream {
return w.stream;
}