pub trait FutStream<T>: Stream<Item = (NanoTime, T)> + Send { }Expand description
A convenience alias for futures::Stream with items of type (NanoTime, T).
used by StreamOperators::consume_async.
pub trait FutStream<T>: Stream<Item = (NanoTime, T)> + Send { }A convenience alias for futures::Stream with items of type (NanoTime, T).
used by StreamOperators::consume_async.