pub trait BoundEmitter<T0, T1> {
// Required method
fn bound(&mut self, lhs: T0, rhs: T1);
}Expand description
Emits BOUND.
Assembly forms: bound r16, m32, bound r32, m64.
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".