Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

ByteReaderState

Represents the state of a byte reader for sequential reading operations.

Fields

  • data - A snapshot reference to the underlying data structure
  • index - The current position in the data for reading operations

Fully qualified path: alexandria_bytes::byte_reader::ByteReaderState

[derive(Clone, Drop)]
pub struct ByteReaderState<T> { /* private fields */ }