read_file_input

Function read_file_input 

Source
pub fn read_file_input(input: Option<&Path>) -> Result<Vec<u8>>
Expand description

Reads data from a file path or from stdin if the path is not provided.

ยงErrors

Returns a std::io::Error on failure.