read_string

Function read_string 

Source
pub fn read_string(path: &str) -> Result<String, Error>
Expand description

ยงExamples

let str = read_staring(path);
prinln!("{:?}",str);