Type Alias BytecodeMappedLazy

Source
pub type BytecodeMappedLazy<I> = BytecodeMappedLazy<Op, I>;
Expand description

Shorthand for the BytecodeMappedLazy type for mapping Ops.

Aliased Typeยง

struct BytecodeMappedLazy<I> { /* private fields */ }