Enum zksync_vm2_interface::ShouldStop
source · pub enum ShouldStop {
Stop,
Continue,
}
Expand description
Returned from Tracer::after_instruction
to indicate if the VM should stop.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShouldStop
impl RefUnwindSafe for ShouldStop
impl Send for ShouldStop
impl Sync for ShouldStop
impl Unpin for ShouldStop
impl UnwindSafe for ShouldStop
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