Type Definition futures::sink::BoxSink [] [src]

type BoxSink<T, E> = Box<Sink<SinkItem=T, SinkError=E> + Send>;

A type alias for Box<Stream + Send>