Creates a new file and write bytes to it (you can also use write() ):. use std::fs::File; ... pub fn create<P: AsRef<Path>>(path: P) -> Result<File>.
確定! 回上一頁