logo
pub trait CodeAsmSyscall {
    fn syscall(&mut self) -> Result<(), IcedError>;
}

Required Methods

Implementors