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

Required Methods

Implementors