dtolnay / async-trait

Type erasure for async trait methods
Apache License 2.0
1.84k stars 85 forks source link

Infer Sync+Send bound for Arc<Self> methods with default body #223

Closed dtolnay closed 1 year ago

dtolnay commented 1 year ago

Fixes #210.