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
This should be introduced via an extension crate to not grow the core API of xtra unnecessarily.
It is important that this must work only on Handlers that return (). That is also the main reason for providing this functionality to users and not telling them to write it themselves. It is a potential footgun to drop that return value.
The text was updated successfully, but these errors were encountered:
Extracted out of #71.
This should be introduced via an extension crate to not grow the core API of xtra unnecessarily.
It is important that this must work only on
Handler
s that return()
. That is also the main reason for providing this functionality to users and not telling them to write it themselves. It is a potential footgun to drop that return value.The text was updated successfully, but these errors were encountered: