Skip to main content

OPEN_READ_WRITE

Constant OPEN_READ_WRITE 

Source
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.