Trait rustc_mir_dataflow::framework::CloneAnalysis
source · pub trait CloneAnalysis {
// Required method
fn clone_analysis(&self) -> Self;
}
Expand description
Defines an Analysis
which can be cloned for use in multiple ResultsCursor
s or
ResultsVisitor
s. Note this need not be a full clone, only enough of one to be used with a new
ResultsCursor
or ResultsVisitor