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 used a Python decorator in the past, and wondered if you might consider providing a proc_macro to reduce boiler plate. I'm quit new to proc_macro, but I could give it a try.
I have used a Python decorator in the past, and wondered if you might consider providing a
proc_macro
to reduce boiler plate. I'm quit new toproc_macro
, but I could give it a try.examples/retry.rs could become:
The text was updated successfully, but these errors were encountered: