☰
Trait DirectedGraph
Associated Types
Node
Implementations on Foreign Types
&'graph G
Implementors
Other items in
rustc_data_structures
::
graph
All crates
?
Trait
rustc_data_structures
::
graph
::
DirectedGraph
[
−
]
[src]
pub trait DirectedGraph { type
Node
:
Idx
; }
Associated Types
[src]
type
Node
:
Idx
Implementations on Foreign Types
[src]
impl<'graph, G:
DirectedGraph
>
DirectedGraph
for
&'graph
G
type
Node
= G::
Node
Implementors
[src]
impl<N:
Idx
>
DirectedGraph
for
VecGraph
<N>
type
Node
= N
[src]
impl<N:
Idx
, S:
Idx
>
DirectedGraph
for
Sccs
<N, S>
type
Node
= S