Module rustc_mir_dataflow::framework::cursor
source · Expand description
Random access inspection of the results of a dataflow analysis.
Structs
- Allows random access inspection of the results of a dataflow analysis.
Traits
- A type representing the analysis results consumed by a
ResultsCursor
.
Type Aliases
- A
ResultsCursor
which uses a clonedAnalysis
while borrowing the underlyingResults
. This allows multiple cursors over the sameResults
. - A
ResultsCursor
that borrows the underlyingResults
.