Replies: 1 comment 3 replies
-
Can you elaborate on why you need to store the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I want to use Cucumber (https://github.com/cucumber-rs/cucumber) for testing my rocket app.
This is already a working sample, but what I need is also to store the
response
to theSettingsWorld
. This is where my problem begins, because the response needs a lifetime, and a "World" is not supposed to have a lifetime.Any ideas how this idiomatically should work?
Beta Was this translation helpful? Give feedback.
All reactions