Hello,
I have a problem while using generics and std::sync::mpsc::{Sender, Receiver} , and I wonder if someone can explain me better my error?
Here is my problem: Rust Playground
I don't understand why this lifetime is asked, because the "Sender" struct is Send, whatever is the type inside? Is that a limitation of generics + Sender/Receiver?
Thank you in advance,
Denis