ByteReaderState
Represents the state of a byte reader for sequential reading operations.
Fields
data- A snapshot reference to the underlying data structureindex- 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 */ }