Skip to main content

bytecode_encoder_bytecode_encoder

Function bytecode_encoder_bytecode_encoder 

Source
pub fn bytecode_encoder_bytecode_encoder()
Expand description

In Rust, a virtual destructor is handled by the trait’s vtable and Drop. Since BytecodeEncoder is a trait, we do not need to explicitly implement a destructor method.