Trait rustc_data_structures::graph::DirectedGraph[][src]

pub trait DirectedGraph {
    type Node: Idx;
}

Associated Types

Implementations on Foreign Types

impl<'graph, G: DirectedGraph> DirectedGraph for &'graph G
[src]

Implementors