Type Definition future_utils::BoxSink[][src]

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