Function rw_open

Source
pub fn rw_open(filename: &str) -> Result<File, PathError>
Expand description

Open the supplied file for reading and writing, return a File.

ยงErrors