Type Definition future_utils::IoStream [] [src]

type IoStream<T> = Box<Stream<Item = T, Error = Error>>;