Skip to main content

skip_bytes

Function skip_bytes 

Source
pub fn skip_bytes<R>(stream: &mut R, bytes: u64) -> Result<(), Error>
where R: Read + ?Sized,
Expand description

Skip bytes bytes in the stream.