Type Definition future_utils::BoxSendStream[][src]

type BoxSendStream<T, E> = Box<Stream<Item = T, Error = E> + Send>;