1use crate::records::bytecode_encoder::BytecodeEncoder;
23/// In Rust, a virtual destructor is handled by the trait's vtable and `Drop`.
4/// Since `BytecodeEncoder` is a trait, we do not need to explicitly implement a destructor method.
5pub fn bytecode_encoder_bytecode_encoder() {}