any experts, please help!

in the definition (docs.rs/scoped-futures/latest/) of the ScopedBoxFuture it says it's the future which lifetime is upper bounded.

let's say i have something like:

```
conn.transaction::<_, Error, _>(|conn| {
async move {
...
}.scope_boxed()
}).await?;
```
(basically, that's a snippet from the diesel library: github.com/weiznich/diesel_asy)

what would be the upper bound? the surroundings of the conn.transaction itself?

0

If you have a fediverse account, you can quote this note from your own instance. Search https://techhub.social/users/froufox/statuses/114605010630567453 on your instance and quote it. (Note that quoting is not supported in Mastodon.)