dtolnay / async-trait

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

Generalize support for inferred multiple bounds #222

Closed dtolnay closed 1 year ago

dtolnay commented 1 year ago

In preparation for #210 which is going to require both Send and Sync bound on Self.