poll_fn
'static
impl Sink for PollSender
In PR #5665, the `'static` bound has been removed on values sent into `PollSender`. One of this bound was remaining on the `PollSender` implementation of `Sink`. This patch removes it and adds some tests on the `Sink` interface for `PollSender`.
PollSender
PollSender<T>
Sink<T>
Signed-off-by: Toby Lawrence <toby@nuclearfurnace.com>