pub fn read_file<P: Display>(path: P) -> String
Expand description

Abstraction around fs::read_to_string() that includes error handling

Returns the file content as a String or returns “ERR” if something went wrong