pub struct InvalidHandleError(/* private fields */);Available on Windows only.
Expand description
This is the error type used by HandleOrInvalid when attempting to
convert into a handle, to indicate that the value is
INVALID_HANDLE_VALUE.
pub struct InvalidHandleError(/* private fields */);This is the error type used by HandleOrInvalid when attempting to
convert into a handle, to indicate that the value is
INVALID_HANDLE_VALUE.