[][src]Function wof::read_file_to_string

pub fn read_file_to_string<P: AsRef<Path>>(path: P) -> Result<String, String>

Read a file and write the content in a String.