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

Required Methods

Implementors