Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ into_ok
Method
into_ok
crates/vm/src/windows.rs:28–30 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
26
*self == INVALID_HANDLE_VALUE
27
}
28
fn into_ok(self) -> Self::Ok {
29
WinHandle(self)
30
}
31
}
32
33
// BOOL is i32 in windows-sys 0.61+
Callers
1
into_pyresult
Method · 0.80
Calls
1
WinHandle
Class · 0.85
Tested by
no test coverage detected