futures_util::stream

Function assert_stream

Source
pub(crate) fn assert_stream<T, S>(stream: S) -> S
where S: Stream<Item = T>,