read_to_string

Function read_to_string 

Source
pub fn read_to_string<P>(path: P) -> Result<String>
where P: AsRef<Path> + Debug,