Trait iced_x86::code_asm::asm_traits::CodeAsmVmfunc
source · pub trait CodeAsmVmfunc {
// Required method
fn vmfunc(&mut self) -> Result<(), IcedError>;
}
pub trait CodeAsmVmfunc {
// Required method
fn vmfunc(&mut self) -> Result<(), IcedError>;
}