Trait zksync_vm2_interface::OpcodeType
source · pub trait OpcodeType {
const VALUE: Opcode;
}
Expand description
Trait mapping opcodes as types to the corresponding variants of the Opcode
enum.
Required Associated Constants§
Object Safety§
This trait is not object safe.