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

Required Methods

Implementors