Expand description
Contains the traits [seqbytes::bytes::SeqByteReader
] and [seqbytes::bytes::ESeqByteReader
]
Traitsยง
- ESeq
Byte Reader - Represents a sequential byte reader which can read bytes with a specified endianness. Can be used on types that implement
Read
+Seek
- SeqByte
Reader - Represents a sequential byte reader which can read bytes. Can be used on types that implement
Read
+Seek
.