pub trait OpenMode { }
Expand description
A marker trait used with OpenOptions
to represent whether a particular
set of options must be opened with an additional mode
argument.
pub trait OpenMode { }
A marker trait used with OpenOptions
to represent whether a particular
set of options must be opened with an additional mode
argument.