Searched refs:NullHandleError (Results 1 – 2 of 2) sorted by relevance
516 type Error = NullHandleError;519 fn try_from(handle_or_null: HandleOrNull) -> Result<Self, NullHandleError> { in try_from() argument526 Err(NullHandleError(())) in try_from()536 pub struct NullHandleError(()); struct538 impl fmt::Display for NullHandleError { implementation544 impl std::error::Error for NullHandleError {} implementation
63 BorrowedHandle, BorrowedSocket, HandleOrInvalid, InvalidHandleError, NullHandleError,77 NullHandleError, OwnedHandle, OwnedSocket,