Struct BytesIter
Fields
values
index
Trait Implementations
Iterator
Struct
std
::
bytes
::
BytesIter
pub struct BytesIter { values: Bytes, index: u64, }
Fields
values:
Bytes
index: u64
Trait Implementations
impl
Iterator
for BytesIter
type Item = u8
pub fn
next
(refmut self) -> Option<Self::Item>