Skip to main content

read_file

Function read_file 

Source
pub fn read_file(path: String) -> Result<String, Box<dyn Error + Send + Sync>>
Expand description

Read the contents of a file at the given path. Use this to understand existing code before making changes.