... output = std::fs::File::create(file + ".yaml").unwrap(); serde_yaml::to_writer(std::io::BufWriter::new(output), &records).unwrap(); } ...
確定! 回上一頁