Expand description

Random access inspection of the results of a dataflow analysis.

Structs

Traits

  • A type representing the analysis results consumed by a ResultsCursor.

Type Aliases

  • A ResultsCursor which uses a cloned Analysis while borrowing the underlying Results. This allows multiple cursors over the same Results.
  • A ResultsCursor that borrows the underlying Results.