☰
GraphPredecessors
Required Associated Types
Item
Iter
Implementations on Foreign Types
&'graph G
Implementors
In rustc_data_structures::graph
?
Trait
rustc_data_structures
::
graph
::
GraphPredecessors
source
·
[
−
]
pub trait GraphPredecessors<'graph> { type
Item
; type
Iter
:
Iterator
<Item = Self::
Item
>; }
Required Associated Types
source
type
Item
source
type
Iter
:
Iterator
<Item = Self::
Item
>
Implementations on Foreign Types
source
impl<'iter, 'graph, G:
WithPredecessors
>
GraphPredecessors
<'iter> for
&'graph
G
type
Item
= <G as
DirectedGraph
>::
Node
type
Iter
= <G as
GraphPredecessors
<'iter>>::
Iter
Implementors