tokio-rs / toasty

An async ORM for Rust (incubating)
MIT License
1.09k stars 26 forks source link

fix `Send` and lifetime issue #21

Closed carllerche closed 1 month ago

carllerche commented 1 month ago

This also simplifies a bunch of lifetimes and public signatures at the expense of another internal lifetime. It might be possible to clean up the internals later, but I wanted to get the PR up.

Fixes #13