pub struct NoTracker;Expand description
Tracker that does not do anything (noop).
Trait Implementations§
Source§impl<J: Jet> ExecTracker<J> for NoTracker
impl<J: Jet> ExecTracker<J> for NoTracker
Source§fn visit_node<'d>(
&mut self,
node: &RedeemNode<J>,
input: FrameIter<'_>,
output: NodeOutput<'_>,
)
fn visit_node<'d>( &mut self, node: &RedeemNode<J>, input: FrameIter<'_>, output: NodeOutput<'_>, )
Called immediately after a specific node of the program is executed, but before
its children are executed. Read more
impl Copy for NoTracker
Auto Trait Implementations§
impl Freeze for NoTracker
impl RefUnwindSafe for NoTracker
impl Send for NoTracker
impl Sync for NoTracker
impl Unpin for NoTracker
impl UnwindSafe for NoTracker
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