pub fn read_to_string(path: &Path) -> Result<String>
Read the entire contents of a file into a String.
String