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

Required Methods§

Implementors§