ended7월 25일· 1 sources

Async Traits in Rust Still Aren't Object-Safe. Here's What Actually Works

Why it matters

If you've written a trait with an async method, implemented it for a couple of types, and then tried to throw them into a Vec>, you've probably seen this: error[E0038]: the trait Notifier cannot be ma...

1
Sources
+0
24h
Growth
58d
Active

Sources

Related Issues