Struct datafrog::Iteration

source ·
pub struct Iteration { /* private fields */ }
Expand description

An iterative context for recursive evaluation.

An Iteration tracks monotonic variables, and monitors their progress. It can inform the user if they have ceased changing, at which point the computation should be done.

Implementations§

Create a new iterative context.

Reports whether any of the monitored variables have changed since the most recent call.

Creates a new named variable associated with the iterative context.

Creates a new named variable associated with the iterative context.

This variable will not be maintained distinctly, and may advertise tuples as recent multiple times (perhaps unboundedly many times).

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.