pub fn read_to_string(path: impl AsRef<Path>) -> Result<String, FsPathError>
Expand description
Wrapper for std::fs::read_to_string
.
pub fn read_to_string(path: impl AsRef<Path>) -> Result<String, FsPathError>
Wrapper for std::fs::read_to_string
.