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

Required Methods

Implementors