Trait rustc_data_structures::graph::ControlFlowGraph  [−][src]
pub trait ControlFlowGraph: DirectedGraph + WithStartNode + WithPredecessors + WithStartNode + WithSuccessors + WithNumNodes { }
Implementors
- impl<T> ControlFlowGraph for T where
 T: DirectedGraph + WithStartNode + WithPredecessors + WithStartNode + WithSuccessors + WithNumNodes,