Skip to main content

read_stdin_to_string

Function read_stdin_to_string 

Source
pub fn read_stdin_to_string() -> Result<String>
Expand description

Reads all process stdin into a string.

ยงErrors

Returns any I/O error reported while reading from stdin.