Struct rustc_data_structures::graph::Graph[][src]

pub struct Graph<N, E> { /* fields omitted */ }

Methods

impl<N: Debug, E: Debug> Graph<N, E>
[src]

Important traits for &'a [u8]

Important traits for &'a [u8]

Important traits for &'a mut R

Important traits for &'a mut R

Iterates over all edges defined in the graph.

Iterates over all edges defined in the graph

Important traits for AdjacentEdges<'g, N, E>

Important traits for AdjacentEdges<'g, N, E>

Important traits for AdjacentEdges<'g, N, E>

Important traits for DepthFirstTraversal<'g, N, E>

Important traits for Vec<u8>

Auto Trait Implementations

impl<N, E> Send for Graph<N, E> where
    E: Send,
    N: Send

impl<N, E> Sync for Graph<N, E> where
    E: Sync,
    N: Sync