dtolnay / async-trait

Type erasure for async trait methods
Apache License 2.0
1.81k stars 84 forks source link

feat(unboxed_simple): unboxed_simple for wider coverage #195

Closed wvwwvwwv closed 2 years ago

wvwwvwwv commented 2 years ago

unboxed_simple substitutes all the lifetime bounds with 'async_trait and remove all the lifetime bounds except for one 'async_trait in async trait methods and imply.