Function extract_file_contents

Source
pub fn extract_file_contents(file_name: &str) -> String
Expand description

Reads the contents of the file at the specified path

ยงPanics

Panics if the file cannot be opened or read.