Open praveenperera opened 10 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?
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?