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 mut [u8]
[src]

[src]

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

[src]

[src]

[src]

Important traits for &'a mut W
[src]

Important traits for &'a mut W
[src]

[src]

[src]

[src]

[src]

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

Important traits for EnumeratedEdges<'g, E>
[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]

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

Important traits for AdjacentSources<'g, N, E>
[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