Function tauri::api::file::read_binary

source ·
pub fn read_binary<P: AsRef<Path>>(file: P) -> Result<Vec<u8>>
Expand description

Reads the entire contents of a file into a bytes vector.