Struct rustc::middle::cfg::graphviz::LabelledCFG[src]
pub struct LabelledCFG<'a> {
pub ast_map: &'a Map,
pub cfg: &'a CFG,
pub name: String,
}Fields
ast_map | |
cfg | |
name |
pub struct LabelledCFG<'a> {
pub ast_map: &'a Map,
pub cfg: &'a CFG,
pub name: String,
}ast_map | |
cfg | |
name |
impl<'a> Labeller<'a, Node<'a>, Edge<'a>> for LabelledCFG<'a>fn graph_id(&'a self) -> Id<'a>fn node_id(&'a self, (tuple arg NYI): &Node<'a>) -> Id<'a>fn node_label(&'a self, (tuple arg NYI): &Node<'a>) -> LabelText<'a>fn edge_label(&self, e: &Edge<'a>) -> LabelText<'a>impl<'a> GraphWalk<'a, Node<'a>, Edge<'a>> for LabelledCFG<'a>
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).