Function essential_read::read_bytes
source ยท pub async fn read_bytes(path: PathBuf) -> Result<Vec<u8>>Expand description
Read the contents of a file as bytes.
Calls check_path_json.
pub async fn read_bytes(path: PathBuf) -> Result<Vec<u8>>Read the contents of a file as bytes.
Calls check_path_json.