Struct cardano_serialization_lib::chain_core::mempack::ReadBuf [−][src]
pub struct ReadBuf<'a> { /* fields omitted */ }
Expand description
A local memory slice to read from memory
Implementations
Check if everything has been properly consumed
Skip a number of bytes from the buffer.
Return a slice of the next bytes from the buffer
Return a sub-buffer ending at the given byte offset
Peek at the next u8 from the buffer. the cursor is not advanced to the next byte.