Searched defs:InvalidHandleError (Results 1 – 2 of 2) sorted by relevance
234 fn try_from(handle_or_invalid: HandleOrInvalid) -> Result<Self, InvalidHandleError> { in try_from() argument271 pub struct InvalidHandleError(()); struct274 impl fmt::Display for InvalidHandleError { implementation282 impl crate::error::Error for InvalidHandleError {} implementation
500 fn try_from(handle_or_invalid: HandleOrInvalid) -> Result<Self, InvalidHandleError> { in try_from() argument550 pub struct InvalidHandleError(()); struct552 impl fmt::Display for InvalidHandleError { implementation559 impl std::error::Error for InvalidHandleError {} implementation