dtolnay / async-trait

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

Bypass Sync bound implied by non-existent drop of reference #233

Closed dtolnay closed 1 year ago

dtolnay commented 1 year ago

Fixes #232.