futures-rs
futures-rs copied to clipboard
BoxSink alias
I found out today that there is no BoxSink alias, which seems like it could be handy sometimes.
I saw that in https://github.com/rust-lang/futures-rs/pull/808 it was removed, but no explanation was given there or in the commit.
Could it be added back with a method on SinkExt?
I wouldn't mind making a PR for that if its something that could be included.