Home
last modified time | relevance | path

Searched defs:InvalidHandleError (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/library/std/src/os/windows/io/
Dhandle.rs234 fn try_from(handle_or_invalid: HandleOrInvalid) -> Result<Self, InvalidHandleError> { in try_from() argument
271 pub struct InvalidHandleError(()); struct
274 impl fmt::Display for InvalidHandleError { implementation
282 impl crate::error::Error for InvalidHandleError {} implementation
/third_party/rust/crates/io-lifetimes/src/
Dtypes.rs500 fn try_from(handle_or_invalid: HandleOrInvalid) -> Result<Self, InvalidHandleError> { in try_from() argument
550 pub struct InvalidHandleError(()); struct
552 impl fmt::Display for InvalidHandleError { implementation
559 impl std::error::Error for InvalidHandleError {} implementation