pub fn read_file_into_string<P>(file_path: P) -> Result<String, Error>
where P: AsRef<Path>,
Expand description

Reads file to the end into String.