Type Definition future_utils::BoxStream[][src]

type BoxStream<T, E> = Box<Stream<Item = T, Error = E>>;