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
Motivation: Request and Response are not handled in the same way. Request body is supposed to be of fixed type, thus using Generic. Response could have different types depending on processing result, thus using an enum to hold it.
We do something potentially dangerous here:
#144
We extend a type we don't own with an unprefixed method that only takes arguments we don't own.
The text was updated successfully, but these errors were encountered: