pub trait BytesSeek {
fn seek(&mut self, pos: usize);
}Expand description
Sets the internal position for writing or reading.
Sets the internal position.
Sets the internal position.
If the position exceeds the slice.
Sets the internal position.
If the position exceeds the slice.
Sets the internal position, allocating more space
if the position is bigger than the Vec.
Sets the internal position, allocating more space
if the position is bigger than the Vec.
Sets the internal position.
If the position exceeds the slice.
Sets the internal position.
If the position exceeds the slice.