file_contents_as_bytes

Function file_contents_as_bytes 

Source
pub fn file_contents_as_bytes<P: AsRef<Path>>(path: P) -> Result<Vec<u8>>
Expand description

Parse file contents into a vector of bytes.