Skip to main content

get_binary_stdout

Function get_binary_stdout 

Source
pub fn get_binary_stdout() -> Stdout
Expand description

Get a binary stdout writer.

Returns a writer suitable for binary output. This is the same as get_text_stdout() in Rust since stdout handles both.