pub trait LoadConstantEmitter<DST, SRC> { // Required method fn load_constant(&mut self, dst: DST, src: SRC); }