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

Required Methods

Implementors