You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pubsub::Sink and macros::pubsub::Sink should implement futures::Sink.
Actually instead of using those structures it should be possible to do self.transport.with(Box::new(FnMut)) and just declare those structs as type aliases to futures::sink::With.
The text was updated successfully, but these errors were encountered:
pubsub::Sink
andmacros::pubsub::Sink
should implementfutures::Sink
.Actually instead of using those structures it should be possible to do
self.transport.with(Box::new(FnMut))
and just declare those structs as type aliases tofutures::sink::With
.The text was updated successfully, but these errors were encountered: