Trait rustc_data_structures::graph::ControlFlowGraph

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

Object Safety§

This trait is not object safe.

Implementors§