futures-rs icon indicating copy to clipboard operation
futures-rs copied to clipboard

BoxSink alias

Open TheNeikos opened this issue 9 months ago • 0 comments

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.

TheNeikos avatar Jan 23 '25 10:01 TheNeikos