Struct rustc_data_structures::graph::dominators::DominatorTree[][src]

pub struct DominatorTree<N: Idx> { /* fields omitted */ }

Methods

impl<Node: Idx> DominatorTree<Node>
[src]

Important traits for &'a [u8]

Trait Implementations

impl<Node: Idx> Debug for DominatorTree<Node>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<N> Send for DominatorTree<N> where
    N: Send

impl<N> Sync for DominatorTree<N> where
    N: Sync