pub fn read_file_str( file_path_str: &str, ) -> Result<String, Box<dyn Error + Send + Sync>>
Read file with string path.