Skip to main content

seek

Function seek 

Source
pub fn seek(source: Stream, target: SeekTarget) -> Stream
Expand description

Returns a stream that skips ahead in source to the first packet at target.

The stream then continues from that packet; if no packet matches, it is empty.