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
{{ message }}
This repository has been archived by the owner on Sep 22, 2020. It is now read-only.
I think it would make sense to add a MessageResponse custom derive, along the lines of the SIMPLE_RESULT macro. I know there's the MessageResult helper, but I prefer not having to wrap my result types.
I've read through the issues #1 and #2, and understand the reluctance to add new macros if they only save a small amount of code, but in this case (as shown by the existence of SIMPLE_RESULT ;-)), I think the boilerplate saved is enough to justify a custom derive.
The text was updated successfully, but these errors were encountered:
I think it would make sense to add a
MessageResponse
custom derive, along the lines of theSIMPLE_RESULT
macro. I know there's theMessageResult
helper, but I prefer not having to wrap my result types.I've read through the issues #1 and #2, and understand the reluctance to add new macros if they only save a small amount of code, but in this case (as shown by the existence of
SIMPLE_RESULT
;-)), I think the boilerplate saved is enough to justify a custom derive.The text was updated successfully, but these errors were encountered: