Type Alias BytecodeMappedSlice

Source
pub type BytecodeMappedSlice<'a> = BytecodeMappedSlice<'a, Op>;
Expand description

Shorthand for the BytecodeMappedSlice type for mapping Ops.

Aliased Typeยง

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