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

Required Methods

Implementors