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

Required Methods

Implementors