Function open_bytes

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

Open a file on local disk, read it and give its bytes