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
Something to consider for 5.x (or another major release):
1. Making #745 the default behavior for all functions that return Result
2. Deleting #[handle_result] annotation
3. Removing compilation error introduced in #748
The text was updated successfully, but these errors were encountered:
This looks like a promising way to reliably detect Result<_, _> types in macro expansions, including for the purposes of generating schemas. I might experiment with that sometime soon.
Something to consider for 5.x (or another major release):
1. Making #745 the default behavior for all functions that return
Result
2. Deleting
#[handle_result]
annotation3. Removing compilation error introduced in #748
The text was updated successfully, but these errors were encountered: