I don't know if I am way off base with this implementation. I am having the following issue:
--> src/par_stream/skip.rs:42:23
|
42 | Skip { limit, receiver }
| ^^^^^^^^ expected type parameter `T`, found associated type
|
= note: expected struct `async_std::sync::channel::Receiver<T>`
found struct `async_std::sync::channel::Receiver<<S as par_stream::ParallelStream>::Item>`
= note: you might be missing a type parameter or trait bound
I don't know if I am way off base with this implementation. I am having the following issue: