dtolnay / async-trait

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

Fix disagreement between trait and impl about whether signature contains Self #43

Closed dtolnay closed 5 years ago

dtolnay commented 5 years ago

Fixes #42.