Struct rustc::middle::cfg::CFGUnstable
[-] [+]
[src]
pub struct CFG {
pub graph: CFGGraph,
pub entry: CFGIndex,
pub exit: CFGIndex,
}Fields
graph | |
entry | |
exit |
pub struct CFG {
pub graph: CFGGraph,
pub entry: CFGIndex,
pub exit: CFGIndex,
}graph | |
entry | |
exit |
impl CFGimpl<'a> GraphWalk<'a, Node<'a>, Edge<'a>> for &'a CFG
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, enum,
trait, typedef (or
tdef).