Home
last modified time | relevance | path

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

/third_party/rust/crates/io-lifetimes/src/
Dtypes.rs516 type Error = NullHandleError;
519 fn try_from(handle_or_null: HandleOrNull) -> Result<Self, NullHandleError> { in try_from() argument
526 Err(NullHandleError(())) in try_from()
536 pub struct NullHandleError(()); struct
538 impl fmt::Display for NullHandleError { implementation
544 impl std::error::Error for NullHandleError {} implementation
Dlib.rs63 BorrowedHandle, BorrowedSocket, HandleOrInvalid, InvalidHandleError, NullHandleError,
77 NullHandleError, OwnedHandle, OwnedSocket,