Type Alias BytecodeMapped

Source
pub type BytecodeMapped<Bytes = Vec<u8>> = BytecodeMapped<Op, Bytes>;
Expand description

Shorthand for the BytecodeMapped type representing a mapping to/from Ops.

Aliased Typeยง

pub struct BytecodeMapped<Bytes = Vec<u8>> { /* private fields */ }