Function read_string_from_file

Source
pub fn read_string_from_file(filename: &str) -> Result<String>
Expand description

Reads the contents of a file to a string.