4lDO2
Results
2
comments of
4lDO2
Well, since every implementation gets its own future types, no `real-async-trait` traits are object safe unless you box the futures, which you cannot guarantee every implementation will do. It should...
I might look into it, but AFAICT it's only a matter of time before rustc itself finishes async_fn_in_traits. That said, PRs are welcome though.