Function tauri::api::file::read_string

source ·
pub fn read_string<P: AsRef<Path>>(file: P) -> Result<String>
Expand description

Reads the entire contents of a file into a string.