pub type BytecodeMapped<Bytes = Vec<u8>> = BytecodeMapped<Op, Bytes>;Expand description
Shorthand for the BytecodeMapped type representing a mapping to/from state read Ops.
Aliased Typeยง
pub struct BytecodeMapped<Bytes = Vec<u8>> { /* private fields */ }