pub fn open_file<I: Io>(path: PathBuf, opts: OpenOptions) -> OpenFile<I> ⓘExpand description
Opens path with the given OpenOptions, returning the file descriptor on success.
pub fn open_file<I: Io>(path: PathBuf, opts: OpenOptions) -> OpenFile<I> ⓘOpens path with the given OpenOptions, returning the file descriptor on success.