Function file_system::read_to_string [−][src]
pub fn read_to_string<P: AsRef<Path>>(path: P) -> Result<String>
Read the entire contents of a file into a string.
pub fn read_to_string<P: AsRef<Path>>(path: P) -> Result<String>
Read the entire contents of a file into a string.