InvalidHandleError

Struct InvalidHandleError 

1.63.0 · Source
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.

Trait Implementations§