future_form 0.3.1

Abstractions over Send and !Send futures
Documentation
1
2
3
4
5
error: expected FutureForm variant, found `sendable`; did you mean `Sendable`?
  --> tests/ui/lowercase_variant.rs:12:15
   |
12 | #[future_form(sendable)]
   |               ^^^^^^^^