Skip to main content

luaur_bytecode/records/
bytecode_encoder.rs

1pub trait BytecodeEncoder {
2    fn encode(&mut self, data: &mut [u32]);
3}