pub trait BlEmitter<T0> {
// Required method
fn bl(&mut self, target: T0);
}Expand description
Emits the BL instruction.
Assembly forms: BL #RELS*4.
Operands: target.
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".