Function tokio_stream::stream_ext::merge_size_hints
source ยท fn merge_size_hints(
(left_low, left_high): (usize, Option<usize>),
(right_low, right_high): (usize, Option<usize>),
) -> (usize, Option<usize>)
Expand description
Merge the size hints from two streams.