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
Both Handler and Actor are currently using async-trait. We should investigate how the recent nightly-only features regarding async fn in traits helps us.
The text was updated successfully, but these errors were encountered:
Both
Handler
andActor
are currently usingasync-trait
. We should investigate how the recent nightly-only features regarding async fn in traits helps us.The text was updated successfully, but these errors were encountered: