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

pub trait DirectedGraph {
    type Node: Idx;
}

Associated Types

type Node: Idx

Loading content...

Implementations on Foreign Types

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

type Node = G::Node

Loading content...

Implementors

Loading content...