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
ResultsCursorwhich uses a clonedAnalysiswhile borrowing the underlyingResults. This allows multiple cursors over the sameResults. - A
ResultsCursorthat borrows the underlyingResults.