pub fn o_excl() -> OpenOptionsExpand description
OpenOptions corresponding to opening a file with O_EXCL,
i.e. creating a new writeable file, failing if it already exists.
pub fn o_excl() -> OpenOptionsOpenOptions corresponding to opening a file with O_EXCL,
i.e. creating a new writeable file, failing if it already exists.