pub type BytecodeMapped<Bytes = Vec<u8>> = BytecodeMapped<Op, Bytes>;
Shorthand for the BytecodeMapped type representing a mapping to/from Ops.
BytecodeMapped
Op
pub struct BytecodeMapped<Bytes = Vec<u8>> { /* private fields */ }