pub trait BrEmitter<T0> {
// Required method
fn br(&mut self, rn: T0);
}Expand description
Emits the BR instruction.
Assembly forms: BR XN.
Operands: rn.
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".