BytecodeIter

Type Alias BytecodeIter 

Source
pub type BytecodeIter<'a> = Iter<'a, u8>;

Aliased Typeยง

pub struct BytecodeIter<'a> { /* private fields */ }