pub const OPEN_READ_WRITE: OpenOptions<OpenWithoutMode>;Expand description
Use with File::open to open a file for both reading and writing.
Use the methods of this type to add additional options for open.
pub const OPEN_READ_WRITE: OpenOptions<OpenWithoutMode>;Use with File::open to open a file for both reading and writing.
Use the methods of this type to add additional options for open.