We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
OpenOptionsExt::security_qos_flags
1 parent 50fc24d commit 6196eaaCopy full SHA for 6196eaa
src/libstd/sys/windows/ext/fs.rs
@@ -259,7 +259,7 @@ pub trait OpenOptionsExt {
259
/// [Impersonation Levels]:
260
/// https://docs.microsoft.com/en-us/windows/win32/api/winnt/ne-winnt-security_impersonation_level
261
#[stable(feature = "open_options_ext", since = "1.10.0")]
262
- fn security_qos_flags(&mut self, flags: u32) -> &mut OpenOptions;
+ fn security_qos_flags(&mut self, flags: u32) -> &mut Self;
263
}
264
265
0 commit comments