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

Required Methods

Implementors