future_form 0.3.1

Abstractions over Send and !Send futures
Documentation
1
2
3
4
5
error: duplicate FutureForm variant `Sendable`; each variant may only appear once
  --> tests/ui/duplicate_variants.rs:12:25
   |
12 | #[future_form(Sendable, Sendable)]
   |                         ^^^^^^^^