pub trait ControlFlowGraph: DirectedGraph + WithStartNode + WithPredecessors + WithSuccessors + WithNumNodes { }

Object Safety§

This trait is not object safe.

Implementors§