logo
pub trait CodeAsmJa<T> {
    fn ja(&mut self, op0: T) -> Result<(), IcedError>;
}

Required Methods

Implementors