API documentation for the Rust `File` struct in crate `std`. ... use std::io::prelude::*; use std::fs::File; let mut f = try!(File::create("foo.txt")); try!
確定! 回上一頁