Type Definition future_utils::BoxSendSink[][src]

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