future_form 0.3.1

Abstractions over Send and !Send futures
Documentation
1
2
3
4
5
error: expected a type parameter with FutureForm bound (e.g., `K: FutureForm`)
  --> tests/ui/missing_future_form_bound.rs:10:5
   |
10 | impl<K> Counter<K> for Memory {
   |     ^^^