Function tauri::api::file::read_binary[][src]

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

Reads a binary file.