Restioson/xtra

Experiment with nightly async fn in traits

thomaseizinger opened this issue · 0 comments

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.