pub trait CodeAsmSeamret {
    fn seamret(&mut self) -> Result<(), IcedError>;
}

Required Methods§

Implementors§