read_file_bytes

Function read_file_bytes 

Source
pub fn read_file_bytes(file_path: &str) -> Result<Vec<u8>>
Expand description

Read file contents as bytes

ยงErrors

Returns an IO error if the file cannot be read.