dtolnay / async-trait

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

Support for impl Trait in associated type (type_alias_impl_trait) #153

Closed dtolnay closed 3 years ago

dtolnay commented 3 years ago

Fixes #152. Closes #151.