Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ WindowsSysResult
Class
WindowsSysResult
crates/vm/src/windows.rs:42–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
pub(crate) struct WindowsSysResult<T>(pub T);
43
44
impl<T: WindowsSysResultValue> WindowsSysResult<T> {
45
pub fn is_err(&self) -> bool {
Callers
8
CloseHandle
Function · 0.85
CreatePipe
Function · 0.85
DuplicateHandle
Function · 0.85
CreateProcess
Function · 0.85
getattributelist
Function · 0.85
GetExitCodeProcess
Function · 0.85
TerminateProcess
Function · 0.85
ReleaseMutex
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected