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

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

Methods

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

[src]

[src]

Important traits for &'a [u8]
[src]

[src]

Important traits for &'a [u8]
[src]

[src]

[src]

[src]

Important traits for &'a mut R
[src]

Important traits for &'a mut R
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Iterates over all edges defined in the graph.

[src]

Iterates over all edges defined in the graph

Important traits for AdjacentEdges<'g, N, E>
[src]

Important traits for AdjacentEdges<'g, N, E>
[src]

Important traits for AdjacentEdges<'g, N, E>
[src]

[src]

[src]

Important traits for DepthFirstTraversal<'g, N, E>
[src]

Important traits for Vec<u8>
[src]

Trait Implementations

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