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

Required Methods

Implementors