Skip to main content

zip

Function zip 

Source
pub fn zip<A, B>(a: Source<A>, b: Source<B>) -> Source<(A, B)>
where A: Send + 'static, B: Send + 'static,
Expand description

Pair corresponding elements.