Home
last modified time | relevance | path

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

/third_party/rust/rust/library/std/src/os/windows/io/
Dhandle.rs165 fn try_from(handle_or_null: HandleOrNull) -> Result<Self, NullHandleError> { in try_from() argument
253 pub struct NullHandleError(()); struct
256 impl fmt::Display for NullHandleError { implementation
263 impl crate::error::Error for NullHandleError {} implementation
/third_party/rust/crates/io-lifetimes/src/
Dtypes.rs519 fn try_from(handle_or_null: HandleOrNull) -> Result<Self, NullHandleError> { in try_from() argument
536 pub struct NullHandleError(()); struct
538 impl fmt::Display for NullHandleError { implementation
544 impl std::error::Error for NullHandleError {} implementation