-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Define #[future] attribute to remove Future
boilerplate
#98
Comments
Hey, do you have an idea on how this might be possible? |
I'm working on #111 now. Unfortunately in the last week ends I was very busy ... I'll implement this feature as the next one. |
Alright that sounds great! Thanks. rstest continues to be awesome, I use it in pretty much all of my projects. |
Ok, I cannot use |
Basic implementation is in place. What's missed:
|
Future
boilerplateFuture
boilerplate
I've released 0.9.0 yesterday. |
Working perfectly for us, thanks! |
Every time an argument (test or fixture) is marked by
#[future]
attribute wrap typeT
byimpl std::future::Future<Output = T>
The text was updated successfully, but these errors were encountered: