You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a situation where I have a return type on a user-created function and I need to assert that it returns some kind of Result without caring about the generic T and E params. How can I do this?
The text was updated successfully, but these errors were encountered:
I have a situation where I have a return type on a user-created function and I need to assert that it returns some kind of
Result
without caring about the genericT
andE
params. How can I do this?The text was updated successfully, but these errors were encountered: