Skip to main content

concat

Function concat 

Source
pub fn concat<T: Send + 'static>(a: Source<T>, b: Source<T>) -> Source<T>
Expand description

Drain first source fully, then second.