More specifically, a futures::prelude::Stream<Item=LayerBlob>. Using a Result for the message type when you don't do anything with the error is superfluous to simply closing/dropping the stream. The Result currently falls into the same problem as #15
More specifically, a
futures::prelude::Stream<Item=LayerBlob>. Using a Result for the message type when you don't do anything with the error is superfluous to simply closing/dropping the stream. The Result currently falls into the same problem as #15