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

Required Methods

Implementors