Trait rustc_ap_rustc_data_structures::graph::DirectedGraph[][src]

pub trait DirectedGraph {
    type Node: Idx;
}

Associated Types

Implementations on Foreign Types

Implementors