Diggsey / act-zero

Apache License 2.0
122 stars 7 forks source link

Use native async traits? #14

Open praveenperera opened 7 months ago

praveenperera commented 7 months ago

Hey since we can use async in traits since Rust 1.75, would it possible to now remove async_trait package?

I know it would be needed still to use dynamic dispatch. But i'm wondering if its possible to use it as a fallback?