pub trait FstEmitter<T0> {
// Required method
fn fst(&mut self, dst: T0);
}Expand description
Emits FST.
Assembly forms: fst m32fp, fst m64fp, fst st(i).
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".