Function read

Source
pub async fn read<P>(path: P) -> Result<Vec<u8>, Error>
where P: AsRef<Path>,