Skip to main content

read_stdin_line

Function read_stdin_line 

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

Reads one line from process stdin.

ยงErrors

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