Skip to main content

InferredCaptureInformation

Type Alias InferredCaptureInformation 

Source
type InferredCaptureInformation = Vec<(Place, CaptureInfo)>;
Expand description

Intermediate format to store a captured Place and associated CaptureInfo during capture analysis. Information in this map feeds into the minimum capture analysis pass.

Aliased Typeยง

struct InferredCaptureInformation { /* private fields */ }