[The chapter on File I/O][file_io] mentions the `open_mode` method, but there aren't any methods like that in the Rust Std documentation. Maybe it should be [OpenOptions struct][oo_struct]. [file_io]: https://doc.rust-lang.org/stable/rust-by-example/std_misc/file/create.html [oo_struct]: https://doc.rust-lang.org/std/fs/struct.OpenOptions.html