pub fn read_file( file_path: &Path, ) -> Result<String, Box<dyn Error + Send + Sync>>
Read file with std::Path.