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

Required Methods

Implementors