pub trait ControlFlowGraph: DirectedGraph + WithStartNode + WithPredecessors + WithSuccessors + WithNumNodes { }Object Safety§
This trait is not object safe.
pub trait ControlFlowGraph: DirectedGraph + WithStartNode + WithPredecessors + WithSuccessors + WithNumNodes { }