pub type BytesCursor = Cursor<Bytes>;
Expand description
A cursor for reading bytes.
This cursor is a io::Cursor
where the underlying type is a Bytes
object
which enables zero copy decoding.
Aliased Type§
pub struct BytesCursor { /* private fields */ }