pub async fn read<P>(path: P) -> Result<Vec<u8>, Error>where P: AsRef<Path>,
fs
Read the entire contents of a file into a bytes vector.