pub trait CodeAsmXcryptofb {
    fn xcryptofb(&mut self) -> Result<(), IcedError>;
}

Required Methods§

Implementors§