pub fn seek(source: Stream, target: SeekTarget) -> StreamExpand description
Returns a stream that skips ahead in source to the first packet at target.
The stream then continues from that packet. If a live source is temporarily
empty before the target arrives, seeking stays pending; if the source reaches
terminal done without a match, the seek stream is empty.