Skip to main content

read_text

Function read_text 

Source
pub fn read_text(path: &Path) -> Option<String>
Expand description

Read a file to a String, returning None on any I/O error.