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
There should be a macro called async_try! that converts a Result<T, E> to an Async<T, E>. This would ease the pain significantly from working with these types of functions.
The text was updated successfully, but these errors were encountered:
thehydroimpulse
changed the title
Macro for Result<T, E> to Async<T, E>
Macro from Result<T, E> to Async<T, E>
Mar 14, 2016
There should be a macro called
async_try!
that converts aResult<T, E>
to anAsync<T, E>
. This would ease the pain significantly from working with these types of functions.The text was updated successfully, but these errors were encountered: