Trait rustc_trait_selection::solve::inspect::analyse::ProofTreeVisitor
source · pub trait ProofTreeVisitor<'tcx> {
type BreakTy;
// Required method
fn visit_goal(
&mut self,
goal: &InspectGoal<'_, 'tcx>
) -> ControlFlow<Self::BreakTy>;
}
Expand description
The public API to interact with proof trees.