pub fn read<P: AsRef<Path>>(path: P) -> Result<Vec<u8>>
Reads the entire contents of a file into a bytes vector.
May return any of the same errors as std::fs::read
std::fs::read