pub struct BytecodeOptimizer;Implementations§
Source§impl BytecodeOptimizer
impl BytecodeOptimizer
pub fn optimize(instructions: Vec<Instruction>) -> Vec<Instruction>
Auto Trait Implementations§
impl Freeze for BytecodeOptimizer
impl RefUnwindSafe for BytecodeOptimizer
impl Send for BytecodeOptimizer
impl Sync for BytecodeOptimizer
impl Unpin for BytecodeOptimizer
impl UnwindSafe for BytecodeOptimizer
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more