Function o_excl

Source
pub fn o_excl() -> OpenOptions
Expand description

OpenOptions corresponding to opening a file with O_EXCL, i.e. creating a new writeable file, failing if it already exists.