[][src]Function fs_err::read_to_string

pub fn read_to_string<P: AsRef<Path> + Into<PathBuf>>(path: P) -> Result<String>

Wrapper for fs::read_to_string.