read_bytes

Function read_bytes 

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

Alias for read() for clarity