Skip to main content

take

Function take 

Source
pub fn take(source: Stream, limit: usize) -> Stream
Expand description

Returns a stream that yields at most the first limit packets of source.